@@ -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 | /** |