@@ -375,7 +375,7 @@ discard block |
||
375 | 375 | /** |
376 | 376 | * Simple check if PHP_CodeSniffer is installed. |
377 | 377 | * |
378 | - * @param null|string|\Composer\Semver\Constraint\ConstraintInterface $versionConstraint to match against |
|
378 | + * @param string $versionConstraint to match against |
|
379 | 379 | * |
380 | 380 | * @return bool Whether PHP_CodeSniffer is installed |
381 | 381 | */ |
@@ -442,7 +442,7 @@ discard block |
||
442 | 442 | /** |
443 | 443 | * Determines the maximum search depth when searching for Coding Standards. |
444 | 444 | * |
445 | - * @return string |
|
445 | + * @return integer |
|
446 | 446 | * |
447 | 447 | * @throws \InvalidArgumentException |
448 | 448 | */ |