Total Complexity | 5 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class GetCountriesResponse |
||
11 | { |
||
12 | public ArrayCollection $countries; |
||
13 | |||
14 | 8 | public function __construct(array $records = [] |
|
18 | } |
||
19 | |||
20 | |||
21 | 1 | public function findByName(string $name): ArrayCollection |
|
26 | 1 | }); |
|
27 | } |
||
28 | |||
29 | 1 | public function findByIsoAlpha2(string $isoAlpha2): ArrayCollection |
|
34 | 1 | }); |
|
35 | } |
||
36 | |||
37 | 1 | public function findByIsoAlpha3(string $isoAlpha3): ArrayCollection |
|
47 |