We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1637c commit 0d8f830Copy full SHA for 0d8f830
app/Output/ProgressOutput.php
@@ -27,9 +27,9 @@ class ProgressOutput
27
/**
28
* Creates a new Progress Output instance.
29
*
30
+ * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher
31
* @param \Symfony\Component\Console\Input\InputInterface $input
32
* @param \Symfony\Component\Console\Output\OutputInterface $output
- * @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher
33
* @return void
34
*/
35
public function __construct(
0 commit comments