Total Complexity | 8 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
10 | final class Column implements Stringable |
||
11 | { |
||
12 | use StringFormatter; |
||
13 | |||
14 | private string $type; |
||
15 | private string $column; |
||
16 | |||
17 | /** |
||
18 | * @param Ttype $type |
||
|
|||
19 | */ |
||
20 | public function __construct($type, string $column) |
||
24 | } |
||
25 | |||
26 | public function __toString(): string |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param Ttype $typecast |
||
33 | * |
||
34 | * @return string |
||
35 | */ |
||
36 | private function formatTypecast($typecast): string |
||
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