@@ -14,7 +14,6 @@ discard block |
||
| 14 | 14 | /** |
| 15 | 15 | * Generate an Iban code. |
| 16 | 16 | * |
| 17 | - * @param string $paisCode |
|
| 18 | 17 | * @param string $ccc |
| 19 | 18 | * |
| 20 | 19 | * @return string |
@@ -35,6 +34,9 @@ discard block |
||
| 35 | 34 | return $countryCode.$checksum; |
| 36 | 35 | } |
| 37 | 36 | |
| 37 | + /** |
|
| 38 | + * @param string $letter |
|
| 39 | + */ |
|
| 38 | 40 | private function code($letter) |
| 39 | 41 | { |
| 40 | 42 | $tabla = [ |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * Generate an Iban code. |
| 16 | 16 | * |
| 17 | - * @param string $paisCode |
|
| 18 | 17 | * @param string $ccc |
| 19 | 18 | * |
| 20 | 19 | * @return string |