We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cb1ec commit eaf9667Copy full SHA for eaf9667
src/Exception/ProgramExecutionException.php
@@ -92,9 +92,9 @@ public function getStatus()
92
/**
93
* Composes the exception message.
94
*
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.
+ * @param string $command The executed command.
+ * @param int $status The exit status of the executed command.
+ * @param null|string[] $output The output of the executed command.
98
99
* @return string
100
*/
0 commit comments