@@ -93,7 +93,7 @@ |
||
| 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 |
@@ -121,6 +121,6 @@ |
||
| 121 | 121 | */ |
| 122 | 122 | public function increaseTryCount() |
| 123 | 123 | { |
| 124 | - $this->tryCount ++; |
|
| 124 | + $this->tryCount++; |
|
| 125 | 125 | } |
| 126 | 126 | } |