From 84bdc5a2bd38c618abcd5a5a27fe3972058b34ad Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 11 Jun 2016 19:21:16 +0200 Subject: [PATCH] Removing comment Function name is already adjusted for this reason --- Validation/Base/IBAN.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Validation/Base/IBAN.php b/Validation/Base/IBAN.php index 50d185046..0f87d3031 100644 --- a/Validation/Base/IBAN.php +++ b/Validation/Base/IBAN.php @@ -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]];