[Process] Fix typo, no arguments needed anymore

This commit is contained in:
Romain Neutron 2016-01-18 18:32:04 +01:00
parent 31aef7ba79
commit 7f89158a0d
1 changed files with 1 additions and 1 deletions

View File

@ -1232,7 +1232,7 @@ class Process
$this->processPipes = UnixPipes::create($this, $this->input);
}
return $this->processPipes->getDescriptors($this->outputDisabled);
return $this->processPipes->getDescriptors();
}
/**