@@ -374,7 +374,7 @@ |
||
374 | 374 | /** |
375 | 375 | * Simple check if PHP_CodeSniffer is installed. |
376 | 376 | * |
377 | - * @param null|string|\Composer\Semver\Constraint\ConstraintInterface $versionConstraint to match against |
|
377 | + * @param string $versionConstraint to match against |
|
378 | 378 | * |
379 | 379 | * @return bool Whether PHP_CodeSniffer is installed |
380 | 380 | */ |
@@ -264,11 +264,11 @@ |
||
264 | 264 | } |
265 | 265 | } |
266 | 266 | |
267 | - /** |
|
268 | - * Get the path to the current PHP version being used. |
|
269 | - * |
|
270 | - * Duplicate of the same in the EventDispatcher class in Composer itself. |
|
271 | - */ |
|
267 | + /** |
|
268 | + * Get the path to the current PHP version being used. |
|
269 | + * |
|
270 | + * Duplicate of the same in the EventDispatcher class in Composer itself. |
|
271 | + */ |
|
272 | 272 | protected function getPhpExecCommand() |
273 | 273 | { |
274 | 274 | $finder = new PhpExecutableFinder(); |