@@ -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); |
@@ -42,7 +42,7 @@ |
||
42 | 42 | * |
43 | 43 | * @return \CodiceFiscale\Subject |
44 | 44 | */ |
45 | - public function getSubject(){ |
|
45 | + public function getSubject() { |
|
46 | 46 | return new Subject(array( |
47 | 47 | "gender" => $this->getGender(), |
48 | 48 | "birthDate" => $this->getBirthDate(), |