[Process] Fix Process::checkTimeout docblock

This commit is contained in:
Romain Neutron 2013-08-12 14:18:24 +02:00
parent 43e066f7ab
commit ca47f3b675

View File

@ -1090,7 +1090,7 @@ class Process
* 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()
{