| Total Complexity | 5 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 4 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class OldSoundRabbitMqBundle extends Bundle |
||
| 11 | { |
||
| 12 | public function build(ContainerBuilder $container) |
||
| 13 | { |
||
| 14 | parent::build($container); |
||
| 15 | |||
| 16 | $container->addCompilerPass(new RegisterPartsPass()); |
||
| 17 | $container->addCompilerPass(new InjectEventDispatcherPass()); |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritDoc} |
||
| 22 | */ |
||
| 23 | public function shutdown() |
||
| 33 | } |
||
| 34 | } |
||
| 37 |
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