Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
9 | class DefaultEventProvider implements EventProviderInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var \Xervice\Event\Business\Model\Listener\ListenerProviderInterface |
||
13 | */ |
||
14 | private $listenerProvider; |
||
15 | |||
16 | /** |
||
17 | * DefaultEventProvider constructor. |
||
18 | * |
||
19 | * @param \Xervice\Event\Business\Model\Listener\ListenerProviderInterface $listenerProvider |
||
20 | */ |
||
21 | 1 | public function __construct(\Xervice\Event\Business\Model\Listener\ListenerProviderInterface $listenerProvider) |
|
22 | { |
||
23 | 1 | $this->listenerProvider = $listenerProvider; |
|
24 | 1 | } |
|
25 | |||
26 | /** |
||
27 | * @param \DataProvider\EventDataProvider $eventDataProvider |
||
28 | */ |
||
29 | 1 | public function provideEvent(EventDataProvider $eventDataProvider): void |
|
32 | } |
||
33 | } |
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