@@ -158,7 +158,7 @@ |
||
158 | 158 | public function calculate() |
159 | 159 | { |
160 | 160 | $temporaryCodiceFiscale = $this->calculateSurname().$this->calculateName(). |
161 | - $this->calculateBirthDateAndGender().$this->calculateBelfioreCode(); |
|
161 | + $this->calculateBirthDateAndGender().$this->calculateBelfioreCode(); |
|
162 | 162 | $temporaryCodiceFiscale = $this->calculateOmocodia($temporaryCodiceFiscale); |
163 | 163 | |
164 | 164 | return $temporaryCodiceFiscale.$this->calculateCheckDigit($temporaryCodiceFiscale); |
@@ -187,7 +187,7 @@ |
||
187 | 187 | } |
188 | 188 | |
189 | 189 | $this->birthDate = new \DateTime(); |
190 | - $this->birthDate->setDate($century.$year, $month, $day)->setTime(0,0,0)->format('Y-m-d'); |
|
190 | + $this->birthDate->setDate($century.$year, $month, $day)->setTime(0, 0, 0)->format('Y-m-d'); |
|
191 | 191 | } |
192 | 192 | |
193 | 193 | /** |