Total Complexity | 3 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
14 | class LoadClassMetadataEventArgs extends EventArgs |
||
15 | { |
||
16 | /** |
||
17 | * @var ClassMetadata |
||
18 | */ |
||
19 | private $classMetadata; |
||
20 | |||
21 | /** |
||
22 | * @var ObjectManager |
||
23 | */ |
||
24 | private $objectManager; |
||
25 | |||
26 | /** |
||
27 | * Constructor. |
||
28 | * |
||
29 | * @param ClassMetadata $classMetadata |
||
30 | * @param ObjectManager $objectManager |
||
31 | */ |
||
32 | public function __construct(ClassMetadata $classMetadata, ObjectManager $objectManager) |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Retrieves the associated ClassMetadata. |
||
40 | * |
||
41 | * @return ClassMetadata |
||
42 | */ |
||
43 | public function getClassMetadata() |
||
46 | } |
||
47 | |||
48 | /** |
||
49 | * Retrieves the associated ObjectManager. |
||
50 | * |
||
51 | * @return ObjectManager |
||
52 | */ |
||
53 | public function getObjectManager() |
||
58 |
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