Completed
Push — master ( ec0306...353f5c )
by Davide
8s
created
src/CodiceFiscale/Calculator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.