diff --git a/src/Symfony/Component/Process/Process.php b/src/Symfony/Component/Process/Process.php index 86c552e8d5..8047ef971d 100644 --- a/src/Symfony/Component/Process/Process.php +++ b/src/Symfony/Component/Process/Process.php @@ -1313,7 +1313,7 @@ class Process * * @param $caller The name of the method that needs fresh outputs * - * @throw LogicException in case output has been disabled or process is not started + * @throws LogicException in case output has been disabled or process is not started */ private function readPipesForOutput($caller) {