Skip to content

Commit

Permalink
Fix phpdocs in components
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored and alamirault committed Feb 21, 2023
1 parent 3f3ab88 commit d4ce417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ public function getStatus()
* Stops the process.
*
* @param int|float $timeout The timeout in seconds
* @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)
*
* @return int|null The exit-code of the process or null if it's not running
*/
Expand Down

0 comments on commit d4ce417

Please sign in to comment.