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

Skip to content

Commit f23d687

Browse files
committed
Remove docblock that doesn't add anything on the top of PHP signature
1 parent 533ed1d commit f23d687

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,6 @@ public function wait(callable $callback = null)
436436
* from the output in real-time while writing the standard input to the process.
437437
* It allows to have feedback from the independent process during execution.
438438
*
439-
* @param callable $callback
440-
*
441-
* @return bool
442-
*
443439
* @throws RuntimeException When process timed out
444440
* @throws LogicException When process is not yet started
445441
*/

0 commit comments

Comments
 (0)