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 3f3ab88 commit d4ce417Copy full SHA for d4ce417
Process.php
@@ -910,7 +910,7 @@ public function getStatus()
910
* Stops the process.
911
*
912
* @param int|float $timeout The timeout in seconds
913
- * @param int $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
+ * @param int|null $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
914
915
* @return int|null The exit-code of the process or null if it's not running
916
*/
0 commit comments