Total Complexity | 6 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 84.62% |
Changes | 0 |
1 | <?php |
||
10 | class HeyMan |
||
11 | { |
||
12 | use Turn; |
||
13 | |||
14 | 14 | public function forget(): Forget |
|
17 | } |
||
18 | |||
19 | 106 | public function __call($method, $args) |
|
29 | } |
||
30 | |||
31 | 2 | public function checkPoint(string $pointName) |
|
32 | { |
||
33 | 2 | event('heyman_checkpoint_'.$pointName); |
|
34 | 1 | } |
|
35 | |||
36 | 1 | public function condition(string $name, $callable) |
|
39 | 1 | } |
|
40 | } |
||
41 |
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