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
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

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()
{ {