Skip to content

Commit

Permalink
style: apply fixes from Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Jul 12, 2022
1 parent f8c2368 commit d32aeed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Strategy/GithubStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ protected function getApiUrl()
return sprintf(self::API_URL, $this->getPackageName());
}

/** @param array<mixed, mixed> $package */
/** @param array<mixed, mixed> $package */
protected function getDownloadUrl(array $package)
{
$baseUrl = preg_replace(
Expand Down
2 changes: 1 addition & 1 deletion src/VersionParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private function selectRecentAll()
return $this->findMostRecent($candidates);
}

/** @param array<mixed, string> $candidates */
/** @param array<mixed, string> $candidates */
private function findMostRecent(array $candidates)
{
$candidate = '';
Expand Down

0 comments on commit d32aeed

Please sign in to comment.