| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 10 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 6 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 29 | public function handle() | ||
| 30 |     { | ||
| 31 | $token = $this->laravel->make(Token::class); | ||
| 32 | |||
| 33 |         $key = $this->argument('app key'); | ||
| 34 | |||
| 35 |         if ($data = $token->generateDataForKey($key)) { | ||
| 36 | $this->table(array_keys($data), [array_values($data)]); | ||
| 37 |         } else { | ||
| 38 |             $this->error('Invalid app key: '.$key); | ||
| 39 | } | ||
| 42 | 
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths