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 60f3061 commit 66848b0Copy full SHA for 66848b0
src/CodiceFiscale/Checker.php
@@ -242,7 +242,7 @@ public function isFormallyCorrect($codiceFiscale)
242
243
// get day birth if sex is women
244
if ($this->sex == self::CHR_WOMEN) {
245
- $this->DayBirth = $this->dayBirth - 40;
+ $this->dayBirth = $this->dayBirth - 40;
246
247
if (strlen($this->dayBirth) === 1) {
248
$this->dayBirth = '0' . $this->dayBirth;
0 commit comments