Completed
Pull Request — master (#7)
by Clément
06:11
created
Command/ProcessEventCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
         $channels = $input->getOption('channels');
94 94
 
95 95
         foreach ($channels as $channel) {
96
-            if(!isset($this->channels[$channel])) {
96
+            if (!isset($this->channels[$channel])) {
97 97
                 $output->writeln(sprintf(
98 98
                     '<error>Channel <info>%s</info> is not configured.</error>',
99 99
                     $channel
Please login to merge, or discard this patch.