From ca47f3b67588aed87639480178fb02c06be169ca Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Mon, 12 Aug 2013 14:18:24 +0200 Subject: [PATCH] [Process] Fix Process::checkTimeout docblock --- src/Symfony/Component/Process/Process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Process/Process.php b/src/Symfony/Component/Process/Process.php index b8179f9144..f171681468 100644 --- a/src/Symfony/Component/Process/Process.php +++ b/src/Symfony/Component/Process/Process.php @@ -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() {