Skip to content

Commit d4ce417

Browse files
nicolas-grekasalamirault
authored andcommitted
Fix phpdocs in components
1 parent 3f3ab88 commit d4ce417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Process.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ public function getStatus()
910910
* Stops the process.
911911
*
912912
* @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)
913+
* @param int|null $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
914914
*
915915
* @return int|null The exit-code of the process or null if it's not running
916916
*/

0 commit comments

Comments
 (0)