diff --git a/src/Symfony/Component/Process/Process.php b/src/Symfony/Component/Process/Process.php index df36fd581d..6660950b7a 100644 --- a/src/Symfony/Component/Process/Process.php +++ b/src/Symfony/Component/Process/Process.php @@ -1232,7 +1232,7 @@ class Process $this->processPipes = UnixPipes::create($this, $this->input); } - return $this->processPipes->getDescriptors($this->outputDisabled); + return $this->processPipes->getDescriptors(); } /**