Total Complexity | 1 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
9 | class AutoBinderClearCommand extends Command |
||
10 | { |
||
11 | /** |
||
12 | * @var string |
||
13 | */ |
||
14 | protected $signature = 'binder:clear {folder : Folder to clear the cache from}'; |
||
15 | |||
16 | /** |
||
17 | * @var string |
||
18 | */ |
||
19 | protected $description = 'Clear a cached bindings'; |
||
20 | |||
21 | /** |
||
22 | * @param Repository $cache |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | 1 | public function handle(Repository $cache): void |
|
39 |
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