Total Complexity | 1 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
35 | final class FuseFileInfo implements TypedCDataInterface |
||
36 | { |
||
37 | use TypedCDataDefaultImplementationTrait; |
||
38 | |||
39 | public int $flags = 0; |
||
40 | public int $fh_old = 0; |
||
41 | public int $writepage = 0; |
||
42 | public int $direct_io = 0; |
||
43 | public int $keep_cache = 0; |
||
44 | public int $nonseekable = 0; |
||
45 | public int $flock_release = 0; |
||
46 | public int $padding = 0; |
||
47 | public int $fh = 0; |
||
48 | public int $lock_owner = 0; |
||
49 | |||
50 | public static function getCTypeName(): string |
||
55 |
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