Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
30 | final class FuseBuf implements TypedCDataInterface |
||
31 | { |
||
32 | use TypedCDataDefaultImplementationTrait; |
||
33 | |||
34 | public int $size; |
||
35 | public int $flags; |
||
36 | public ?CData $mem; |
||
37 | public int $fd; |
||
38 | public int $pos; |
||
39 | |||
40 | public static function getCTypeName(): string |
||
43 | } |
||
44 | |||
45 | public function __construct( |
||
59 |
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