| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php namespace Pz\LaravelDoctrine\Rest; |
||
| 18 | class RestServiceProvider extends ServiceProvider |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Register laravel doctrine rest application. |
||
| 22 | */ |
||
| 23 | 5 | public function register() |
|
| 27 | 5 | } |
|
| 28 | |||
| 29 | /** |
||
| 30 | * Register application requests. |
||
| 31 | */ |
||
| 32 | 5 | protected function registerResponses() |
|
| 34 | 5 | } |
|
| 35 | |||
| 36 | /** |
||
| 37 | * Register default laravel requests. |
||
| 38 | */ |
||
| 39 | 5 | protected function registerDefaultRequests() |
|
| 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