Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
5 | trait CityStateAccessors |
||
6 | { |
||
7 | /** |
||
8 | * Retrieve the Subdivision's city state string. |
||
9 | * |
||
10 | * @return string |
||
11 | */ |
||
12 | public function getCityStateAttribute() |
||
15 | } |
||
16 | |||
17 | /** |
||
18 | * Retrieve the Subdivision's city state string. |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | public function getCityStateZipAttribute() |
||
27 |
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