Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | 242 | class ObjectEvent extends Event |
|
14 | { |
||
15 | 242 | /** |
|
16 | * @var mixed |
||
17 | 242 | */ |
|
18 | 242 | private $object; |
|
19 | |||
20 | 233 | /** |
|
21 | * @param mixed $object |
||
22 | 233 | * @param TypeArray $type |
|
|
|||
23 | */ |
||
24 | public function __construct(Context $context, $object, array $type) |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @return mixed |
||
33 | */ |
||
34 | public function getObject() |
||
39 |
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