| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 6 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 26 | 1 | public function handle(Repository $cache): void  | 
            |
| 27 |     { | 
            ||
| 28 | 1 |         $folder = $this->argument('folder'); | 
            |
| 29 | 1 | $clue = (new AutoBinder($folder))->cacheClue();  | 
            |
| 30 | |||
| 31 | 1 | collect($cache->get($clue))->each(  | 
            |
| 32 | 1 | fn ($concrete, $interface) => app()->offsetUnset($interface)  | 
            |
| 33 | );  | 
            ||
| 34 | |||
| 35 | 1 | $cache->forget($clue);  | 
            |
| 36 | }  | 
            ||
| 37 | }  | 
            
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