@@ -34,7 +34,7 @@ |
||
| 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; |