@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | } |
159 | 159 | |
160 | 160 | /** |
161 | - * @param $countryCode |
|
161 | + * @param string $countryCode |
|
162 | 162 | * |
163 | 163 | * @throws InvalidArgumentException |
164 | 164 | */ |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | } |
171 | 171 | |
172 | 172 | /** |
173 | - * @param $checkDigits |
|
173 | + * @param string $checkDigits |
|
174 | 174 | * |
175 | 175 | * @throws InvalidArgumentException |
176 | 176 | */ |
@@ -201,7 +201,7 @@ discard block |
||
201 | 201 | } |
202 | 202 | |
203 | 203 | /** |
204 | - * @param $countryCode |
|
204 | + * @param string $countryCode |
|
205 | 205 | * |
206 | 206 | * @throws InvalidArgumentException |
207 | 207 | */ |
@@ -218,8 +218,8 @@ discard block |
||
218 | 218 | } |
219 | 219 | |
220 | 220 | /** |
221 | - * @param $countryCode |
|
222 | - * @param $checkDigits |
|
221 | + * @param string $countryCode |
|
222 | + * @param string $checkDigits |
|
223 | 223 | * @param BbanInterface $bban |
224 | 224 | * |
225 | 225 | * @return string |