Passed
Pull Request — master (#92)
by Daniel
04:10
created
packages/event/src/Jellyfish/Event/Command/EventListenerGetCommand.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -53,11 +53,11 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-    * @param \Symfony\Component\Console\Input\InputInterface $input
57
-    * @param \Symfony\Component\Console\Output\OutputInterface $output
58
-    *
59
-    * @return int
60
-    */
56
+     * @param \Symfony\Component\Console\Input\InputInterface $input
57
+     * @param \Symfony\Component\Console\Output\OutputInterface $output
58
+     *
59
+     * @return int
60
+     */
61 61
     protected function execute(InputInterface $input, OutputInterface $output): int
62 62
     {
63 63
         $type = $input->getArgument('type');
Please login to merge, or discard this patch.