| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | final class Kernel extends BaseKernel |
||
| 21 | { |
||
| 22 | use MicroKernelTrait; |
||
| 23 | |||
| 24 | public function registerBundles() |
||
| 25 | { |
||
| 26 | return [ |
||
| 27 | new GoUnflocYourselfBundle(), |
||
| 28 | new FrameworkBundle(), |
||
| 29 | ]; |
||
| 30 | } |
||
| 31 | |||
| 32 | protected function configureContainer(ContainerConfigurator $container): void |
||
| 41 | ] |
||
| 42 | ); |
||
| 43 | } |
||
| 44 | |||
| 45 | protected function configureRoutes(RoutingConfigurator $routes): void |
||
| 49 | } |
||
| 50 | } |
||
| 52 |
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