@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Application\Entity; |
| 4 | 4 | |
| 5 | -use Doctrine\ORM\Mapping as ORM; |
|
| 6 | - |
|
| 7 | 5 | /** |
| 8 | 6 | * Abstract Meta |
| 9 | 7 | * |
@@ -251,7 +251,7 @@ |
||
| 251 | 251 | |
| 252 | 252 | /*** Birthdate ***/ |
| 253 | 253 | /** |
| 254 | - * @return string |
|
| 254 | + * @return \DateTime |
|
| 255 | 255 | */ |
| 256 | 256 | public function getBirthdate() |
| 257 | 257 | { |