Passed
Push — master ( 4b0ec9...a33902 )
by Darko
08:19
created
app/Console/Commands/MatchPrefiles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         $limit = $this->argument('limit');
35 35
 
36 36
         // Validate the limit argument
37
-        if ($limit !== 'full' && ! is_numeric($limit)) {
37
+        if ($limit !== 'full' && !is_numeric($limit)) {
38 38
             $this->error('Limit must be "full" or a numeric value.');
39 39
 
40 40
             return 1;
Please login to merge, or discard this patch.