Skip to content

Commit

Permalink
[Process] Fix Process::checkTimeout docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Aug 12, 2013
1 parent 43e066f commit ca47f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Process/Process.php
Expand Up @@ -1090,7 +1090,7 @@ public function setEnhanceSigchildCompatibility($enhance)
* In case you run a background process (with the start method), you should
* trigger this method regularly to ensure the process timeout
*
* @throws RuntimeException In case the timeout was reached
* @throws ProcessTimedOutException In case the timeout was reached
*/
public function checkTimeout()
{
Expand Down

0 comments on commit ca47f3b

Please sign in to comment.