@@ -175,7 +175,7 @@ |
||
175 | 175 | /*************** Methods ***************/ |
176 | 176 | /***** Constructor *****/ |
177 | 177 | /** |
178 | - * @return void |
|
178 | + * @return ProfileEntity |
|
179 | 179 | */ |
180 | 180 | public function __construct() |
181 | 181 | { |
@@ -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 | { |