Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f909fca

Browse files
committed
[Process] fix docblock syntax
1 parent 8cd9138 commit f909fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ protected function isSigchildEnabled()
13131313
*
13141314
* @param $caller The name of the method that needs fresh outputs
13151315
*
1316-
* @throw LogicException in case output has been disabled or process is not started
1316+
* @throws LogicException in case output has been disabled or process is not started
13171317
*/
13181318
private function readPipesForOutput($caller)
13191319
{

0 commit comments

Comments
 (0)