Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class LaravelQueueCMQServiceProvider extends ServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Register the service provider. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function register() |
||
25 | ); |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Register the application's event listeners. |
||
30 | * |
||
31 | * @return void |
||
32 | */ |
||
33 | public function boot() |
||
43 |
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