Total Complexity | 6 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Coverage | 63.64% |
Changes | 0 |
1 | <?php |
||
12 | class TrumfieldMember implements InteractionMemberInterface |
||
13 | { |
||
14 | 1 | public function __construct(private TrumfieldInterface $trumfield) {} |
|
15 | |||
16 | #[Override] |
||
17 | public function get(): TrumfieldInterface |
||
18 | { |
||
19 | return $this->trumfield; |
||
20 | } |
||
21 | |||
22 | #[Override] |
||
23 | public function canAccess( |
||
24 | InteractionMemberInterface $other, |
||
25 | callable $shouldCheck |
||
26 | ): ?InteractionCheckType { |
||
27 | return null; |
||
28 | } |
||
29 | |||
30 | 1 | #[Override] |
|
37 | } |
||
38 | |||
39 | 1 | #[Override] |
|
43 | } |
||
44 | |||
45 | 1 | #[Override] |
|
49 | } |
||
50 | } |
||
51 |
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