@@ -16,8 +16,9 @@ |
||
| 16 | 16 | { |
| 17 | 17 | $ibanReplaceValues = []; |
| 18 | 18 | |
| 19 | - if (empty($value)) |
|
| 20 | - return false; |
|
| 19 | + if (empty($value)) { |
|
| 20 | + return false; |
|
| 21 | + } |
|
| 21 | 22 | |
| 22 | 23 | $value = preg_replace('/[\W_]+/', '', strtoupper($value)); |
| 23 | 24 | if ((4 > strlen($value) || strlen($value) > 34) || (is_numeric($value [0]) || is_numeric($value [1])) || (!is_numeric($value [2]) || !is_numeric($value [3]))) { |