Skip to content

Commit eaf9667

Browse files
committed
Fixed issues found by Scrutinizer.
1 parent 30cb1ec commit eaf9667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Exception/ProgramExecutionException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ public function getStatus()
9292
/**
9393
* Composes the exception message.
9494
*
95-
* @param string $command The executed command.
96-
* @param int $status The exit status of the executed command.
97-
* @param string[] $output The output of the executed command.
95+
* @param string $command The executed command.
96+
* @param int $status The exit status of the executed command.
97+
* @param null|string[] $output The output of the executed command.
9898
*
9999
* @return string
100100
*/

0 commit comments

Comments
 (0)