minor #18217 [Process] fix docblock syntax (xabbuh)

This PR was merged into the 2.7 branch.

Discussion
----------

[Process] fix docblock syntax

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/pull/18023#discussion_r56475711
| License       | MIT
| Doc PR        |

Commits
-------

f909fca [Process] fix docblock syntax
This commit is contained in:
Christophe Coevoet 2016-03-17 12:46:57 +01:00
commit cb2b1dcf3b
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
*
* @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)
{