@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | } |
161 | 161 | |
162 | 162 | /** |
163 | - * @param $countryCode |
|
163 | + * @param string $countryCode |
|
164 | 164 | * |
165 | 165 | * @throws InvalidArgumentException |
166 | 166 | */ |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | } |
173 | 173 | |
174 | 174 | /** |
175 | - * @param $checkDigits |
|
175 | + * @param string $checkDigits |
|
176 | 176 | * |
177 | 177 | * @throws InvalidArgumentException |
178 | 178 | */ |
@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | } |
204 | 204 | |
205 | 205 | /** |
206 | - * @param $countryCode |
|
206 | + * @param string $countryCode |
|
207 | 207 | * |
208 | 208 | * @throws InvalidArgumentException |
209 | 209 | */ |
@@ -220,8 +220,8 @@ discard block |
||
220 | 220 | } |
221 | 221 | |
222 | 222 | /** |
223 | - * @param $countryCode |
|
224 | - * @param $checkDigits |
|
223 | + * @param string $countryCode |
|
224 | + * @param string $checkDigits |
|
225 | 225 | * @param Bban\BbanInterface $bban |
226 | 226 | * |
227 | 227 | * @return string |