Completed
Pull Request — master (#20)
by Davide
14:38
created
src/CodiceFiscale/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@
 block discarded – undo
284 284
             if (!in_array($charToCheck, $this->omocodiaCodes)) {
285 285
                 throw new \Exception('The codice fiscale to validate has an invalid character');
286 286
             }
287
-            $newChar = array_search($charToCheck, $this->omocodiaCodes);;
287
+            $newChar = array_search($charToCheck, $this->omocodiaCodes); ;
288 288
             $this->codiceFiscaleWithoutOmocodia{$characterIndex} = $newChar;
289 289
         }
290 290
     }
Please login to merge, or discard this patch.