Passed
Push — master ( 9a8e58...8302ce )
by Darko
05:53
created
app/Console/Commands/RecategorizeReleases.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
             $countQuery->where('categories_id', $this->option('category'));
50 50
         } elseif ($this->option('categories')) {
51 51
             $countQuery->whereIn('categories_id', explode(',', $this->option('categories')));
52
-        } elseif($this->option('test')) {
52
+        } elseif ($this->option('test')) {
53 53
             $countQuery;
54 54
         } else {
55 55
             $this->error('You must specify at least one option. See: --help');
Please login to merge, or discard this patch.