From 3466601a5e9032826a04a76db262ea82b4a038a6 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 6 Jul 2014 17:10:45 +0200 Subject: [PATCH] fix the return types --- src/Symfony/Component/Process/ProcessBuilder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Process/ProcessBuilder.php b/src/Symfony/Component/Process/ProcessBuilder.php index 40b8d7011a..125da2593e 100644 --- a/src/Symfony/Component/Process/ProcessBuilder.php +++ b/src/Symfony/Component/Process/ProcessBuilder.php @@ -219,7 +219,7 @@ class ProcessBuilder /** * Disables fetching output and error output from the underlying process. * - * @return Process + * @return ProcessBuilder */ public function disableOutput() { @@ -231,7 +231,7 @@ class ProcessBuilder /** * Enables fetching output and error output from the underlying process. * - * @return Process + * @return ProcessBuilder */ public function enableOutput() {