Skip to content

Commit

Permalink
Update MatrixCommand.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jun 4, 2022
1 parent 4b521e3 commit e15fd23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/MatrixCommand.php
Expand Up @@ -29,6 +29,7 @@ protected function configure(): void
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{
/** @var GenerateMatrixEvent $generateMatrixEvent */
$generateMatrixEvent = $this->dispatcher->dispatch(
new GenerateMatrixEvent($this->dispatcher, $input, $this->symfonyStyle)
);
Expand Down

0 comments on commit e15fd23

Please sign in to comment.