fix the return types

This commit is contained in:
Christian Flothmann 2014-07-06 17:10:45 +02:00
parent 6a41ca04dd
commit 3466601a5e

View File

@ -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()
{