Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
37 | public function asString(): string |
||
38 | { |
||
39 | $format = match ($this->getTypeCategory()) { |
||
40 | self::CATEGORY_PK => '{type}{check}{append}', |
||
41 | self::CATEGORY_NUMERIC => '{type}{length}{unsigned}{notnull}{unique}{check}{default}{append}', |
||
42 | default => '{type}{length}{notnull}{unique}{check}{default}{append}', |
||
43 | }; |
||
44 | |||
45 | return $this->buildCompleteString($format); |
||
46 | } |
||
48 |
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