Completed
Pull Request — master (#11)
by Clément
04:00 queued 33s
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.
Model/Event.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,6 +121,6 @@
 block discarded – undo
121 121
      */
122 122
     public function increaseTryCount()
123 123
     {
124
-        $this->tryCount ++;
124
+        $this->tryCount++;
125 125
     }
126 126
 }
Please login to merge, or discard this patch.