@@ -169,7 +169,7 @@ discard block |
||
169 | 169 | /** |
170 | 170 | * Set when the object was created. |
171 | 171 | * |
172 | - * @param DateTime|string|null $timestamp The timestamp at object's creation. |
|
172 | + * @param string $timestamp The timestamp at object's creation. |
|
173 | 173 | * NULL is accepted and instances of DateTimeInterface are recommended; |
174 | 174 | * any other value will be converted (if possible) into one. |
175 | 175 | * @return UserDataInterface Chainable |
@@ -205,7 +205,7 @@ discard block |
||
205 | 205 | /** |
206 | 206 | * Retrieve the creation timestamp. |
207 | 207 | * |
208 | - * @return DateTime|null |
|
208 | + * @return DateTimeInterface|null |
|
209 | 209 | */ |
210 | 210 | public function ts() |
211 | 211 | { |