DiagnoseCommand - fix PHPDoc (#9991)

main
Ondřej Mirtes 3 years ago committed by GitHub
parent 078aaa6968
commit c65890d2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,11 +25,6 @@ parameters:
count: 1 count: 1
path: ../src/Composer/Command/BaseCommand.php path: ../src/Composer/Command/BaseCommand.php
-
message: "#^Call to function is_array\\(\\) with string will always evaluate to false\\.$#"
count: 1
path: ../src/Composer/Command/DiagnoseCommand.php
- -
message: "#^Result of && is always false\\.$#" message: "#^Result of && is always false\\.$#"
count: 1 count: 1

@ -413,7 +413,7 @@ EOT
} }
/** /**
* @param bool|string|\Exception $result * @param bool|string|string[]|\Exception $result
*/ */
private function outputResult($result) private function outputResult($result)
{ {

Loading…
Cancel
Save