Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
7 | trait CityStateAccessors |
||
8 | { |
||
9 | /** |
||
10 | * Retrieve the Subdivision's city state string. |
||
11 | * |
||
12 | * @return string |
||
13 | */ |
||
14 | public function getCityStateAttribute(): string |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Retrieve the Subdivision's city state string. |
||
21 | * |
||
22 | * @return string |
||
23 | */ |
||
24 | public function getCityStateZipAttribute(): string |
||
29 |