Removing comment

Function name is already adjusted for this reason
This commit is contained in:
Dennis Eichhorn 2016-06-11 19:21:16 +02:00
parent 7bf20b8436
commit 84bdc5a2bd

View File

@ -105,7 +105,6 @@ abstract class Iban extends ValidatorAbstract
$movedArray = str_split($moved);
$new = '';
// performing checksum calculation
foreach ($movedArray as $key => $value) {
if (!is_numeric($movedArray[$key])) {
$movedArray[$key] = $chars[$movedArray[$key]];