mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Removing comment
Function name is already adjusted for this reason
This commit is contained in:
parent
7bf20b8436
commit
84bdc5a2bd
|
|
@ -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]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user