We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c61e74 commit 7b9c4f7Copy full SHA for 7b9c4f7
src/CodiceFiscale/Checker.php
@@ -227,7 +227,7 @@ public function isFormallyCorrect($codiceFiscale)
227
// replace "omocodie"
228
for ($i = 0; $i < count($this->listSostOmocodia); $i++) {
229
if (!is_numeric($cFCharList[$this->listSostOmocodia[$i]])) {
230
- $CFCharList[$this->listSostOmocodia[$i]] = $this->listDecOmocodia[$cFCharList[$this->listSostOmocodia[$i]]];
+ $cFCharList[$this->listSostOmocodia[$i]] = $this->listDecOmocodia[$cFCharList[$this->listSostOmocodia[$i]]];
231
}
232
233
0 commit comments