Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
26 | class Dictionary |
||
27 | { |
||
28 | /** |
||
29 | * Zwraca listę rodzajów jednostek |
||
30 | * |
||
31 | * @return string[] |
||
32 | */ |
||
33 | public static function PobierzSlownikRodzajowJednostek() |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * Zwraca listę rodzajów miejscowości |
||
42 | * |
||
43 | * @return RodzajMiejscowosci[] |
||
44 | */ |
||
45 | public static function PobierzSlownikRodzajowSIMC() |
||
54 | } |
||
55 | |||
56 | /** |
||
57 | * Zwraca listę cech obiektów z katalogu ulic |
||
58 | * |
||
59 | * @return string[] |
||
60 | */ |
||
61 | public static function PobierzSlownikCechULIC() |
||
68 |
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