fixup! Set the right variable type

This commit is contained in:
Jeremy Benoist
2017-06-01 09:36:01 +02:00
parent 10bf812a9e
commit 3a6af6c580

View File

@ -157,7 +157,7 @@ class User extends BaseUser implements TwoFactorInterface, TrustedComputerInterf
} }
/** /**
* @return string * @return \DateTime
*/ */
public function getCreatedAt() public function getCreatedAt()
{ {
@ -165,7 +165,7 @@ class User extends BaseUser implements TwoFactorInterface, TrustedComputerInterf
} }
/** /**
* @return string * @return \DateTime
*/ */
public function getUpdatedAt() public function getUpdatedAt()
{ {