Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville authored and maxime-rainville committed Mar 13, 2019
1 parent 8d6451c commit b208463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Composer/Rules/PhpVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getWarnings(): array
}

/**
* @return int
* @return integer
*/
public function applicability(): int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Composer/Rules/Rebuild.php
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ protected function isSupported(string $packageName): bool
}

/**
* @return int
* @return integer
*/
public function applicability(): int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Composer/Rules/StrictVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getWarnings(): array
}

/**
* @return int
* @return integer
*/
public function applicability(): int
{
Expand Down

0 comments on commit b208463

Please sign in to comment.