[Process] fix docblock syntax

This commit is contained in:
Christian Flothmann 2016-03-17 12:37:14 +01:00
parent 8cd9138938
commit f909fcad67
1 changed files with 1 additions and 1 deletions

View File

@ -1313,7 +1313,7 @@ class Process
* *
* @param $caller The name of the method that needs fresh outputs * @param $caller The name of the method that needs fresh outputs
* *
* @throw LogicException in case output has been disabled or process is not started * @throws LogicException in case output has been disabled or process is not started
*/ */
private function readPipesForOutput($caller) private function readPipesForOutput($caller)
{ {