From f909fcad67d75b3f2ad9c0ebd3756715427e4389 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 17 Mar 2016 12:37:14 +0100 Subject: [PATCH] [Process] fix docblock syntax --- 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 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) {