Completed
Pull Request — master (#12)
by Antonio
01:35
created
src/CodiceFiscale/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.