| Total Complexity | 2 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 11 | class StateRepository extends BaseRepository implements StateRepositoryInterface  | 
            ||
| 12 | { | 
            ||
| 13 | /**  | 
            ||
| 14 | * StateRepository constructor.  | 
            ||
| 15 | *  | 
            ||
| 16 | * @param State $state  | 
            ||
| 17 | */  | 
            ||
| 18 | public function __construct(State $state)  | 
            ||
| 22 | }  | 
            ||
| 23 | |||
| 24 | /**  | 
            ||
| 25 | * @return Collection  | 
            ||
| 26 | */  | 
            ||
| 27 | public function listCities(): Collection  | 
            ||
| 31 | }  | 
            ||
| 32 | }  |