@@ -42,7 +42,6 @@ discard block |
||
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | /** |
| 45 | - * @param string $id |
|
| 46 | 45 | * @return Country |
| 47 | 46 | * @throws CountryException |
| 48 | 47 | */ |
@@ -58,7 +57,7 @@ discard block |
||
| 58 | 57 | } |
| 59 | 58 | |
| 60 | 59 | /** |
| 61 | - * @param array $data |
|
| 60 | + * @param Country $data |
|
| 62 | 61 | * @return Country |
| 63 | 62 | */ |
| 64 | 63 | public function createFromArray(array $data): Country |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Del\Factory; |
| 4 | 4 | |
| 5 | -use Del\Entity\Country; |
|
| 6 | 5 | use Del\Repository\CountryRepository; |
| 7 | 6 | |
| 8 | 7 | class CountryList |