Skip to content

Commit 66848b0

Browse files
author
Andrea Usuelli
committed
Fixed variable name
1 parent 60f3061 commit 66848b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodiceFiscale/Checker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function isFormallyCorrect($codiceFiscale)
242242

243243
// get day birth if sex is women
244244
if ($this->sex == self::CHR_WOMEN) {
245-
$this->DayBirth = $this->dayBirth - 40;
245+
$this->dayBirth = $this->dayBirth - 40;
246246

247247
if (strlen($this->dayBirth) === 1) {
248248
$this->dayBirth = '0' . $this->dayBirth;

0 commit comments

Comments
 (0)