[Process] Fix outdated Process->start() docblock

This commit is contained in:
John Kary 2015-03-22 13:09:34 -05:00 committed by Fabien Potencier
parent bd7788a106
commit 02a141317d

View File

@ -254,8 +254,6 @@ class Process
* @param callable|null $callback A PHP callback to run whenever there is some
* output available on STDOUT or STDERR
*
* @return Process The process itself
*
* @throws RuntimeException When process can't be launched
* @throws RuntimeException When process is already running
* @throws LogicException In case a callback is provided and output has been disabled