Skip to content

Commit 0d8f830

Browse files
Update ProgressOutput.php (#328)
1 parent 3f1637c commit 0d8f830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Output/ProgressOutput.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class ProgressOutput
2727
/**
2828
* Creates a new Progress Output instance.
2929
*
30+
* @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher
3031
* @param \Symfony\Component\Console\Input\InputInterface $input
3132
* @param \Symfony\Component\Console\Output\OutputInterface $output
32-
* @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher
3333
* @return void
3434
*/
3535
public function __construct(

0 commit comments

Comments
 (0)