Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | class EventFacade extends AbstractFacade |
||
14 | { |
||
15 | /** |
||
16 | * @param \DataProvider\EventDataProvider $eventDataProvider |
||
17 | */ |
||
18 | 1 | public function fireEvent(EventDataProvider $eventDataProvider): void |
|
21 | 1 | } |
|
22 | |||
23 | /** |
||
24 | * @param \DataProvider\EventDataProvider $eventDataProvider |
||
25 | */ |
||
26 | 1 | public function eventToListener(EventDataProvider $eventDataProvider): void |
|
29 | } |
||
30 | } |
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