Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class CarbonDateTranslatorServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap the application services. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot() |
||
16 | { |
||
17 | //create alias |
||
18 | AliasLoader::getInstance()->alias('TransDate', TransDate::class); |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Register the application services. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | public function register() |
||
28 | // |
||
29 | } |
||
31 |
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