chore: update dependencies
This commit is contained in:
parent
30123b24d3
commit
8142cc3977
1219 changed files with 25379 additions and 15428 deletions
|
@ -26,9 +26,7 @@ interface SignalableCommandInterface
|
|||
/**
|
||||
* The method will be called when the application is signaled.
|
||||
*
|
||||
* @param int|false $previousExitCode
|
||||
*
|
||||
* @return int|false The exit code to return or false to continue the normal execution
|
||||
*/
|
||||
public function handleSignal(int $signal, /* int|false $previousExitCode = 0 */);
|
||||
public function handleSignal(int $signal, int|false $previousExitCode = 0): int|false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue