DiagnoseCommand - fix PHPDoc (#9991)
parent
078aaa6968
commit
c65890d2d3
|
@ -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…
Reference in New Issue