Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioturdo committed Jan 13, 2018
1 parent 6d231ee commit e2b6f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodiceFiscale/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private function validateBirthDateAndGender()
}

$this->birthDate = new \DateTime();
$this->birthDate->setDate($century.$year, $month, $day)->setTime(0,0,0)->format('Y-m-d');
$this->birthDate->setDate($century.$year, $month, $day)->setTime(0, 0, 0)->format('Y-m-d');
}

/**
Expand Down

0 comments on commit e2b6f09

Please sign in to comment.