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 10f4eff commit d822cb6Copy full SHA for d822cb6
Process.php
@@ -864,7 +864,7 @@ public function getStatus()
864
* @param int|float $timeout The timeout in seconds
865
* @param int $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
866
*
867
- * @return int The exit-code of the process
+ * @return int|null The exit-code of the process or null if it's not running
868
*/
869
public function stop($timeout = 10, $signal = null)
870
{
0 commit comments