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 d9c21b1 commit 4a643c7Copy full SHA for 4a643c7
Command/SignalableCommandInterface.php
@@ -27,7 +27,7 @@ public function getSubscribedSignals(): array;
27
* The method will be called when the application is signaled.
28
*
29
* @param int|false $previousExitCode
30
-
+ *
31
* @return int|false The exit code to return or false to continue the normal execution
32
*/
33
public function handleSignal(int $signal, /* int|false $previousExitCode = 0 */);
0 commit comments