From: Jeremy Benoist Date: Thu, 1 Jun 2017 07:36:01 +0000 (+0200) Subject: fixup! Set the right variable type X-Git-Tag: 2.3.0~31^2~76^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=3a6af6c580b686593045a8f0cfbfc478aa93943c;p=github%2Fwallabag%2Fwallabag.git fixup! Set the right variable type --- diff --git a/src/Wallabag/UserBundle/Entity/User.php b/src/Wallabag/UserBundle/Entity/User.php index 6cc962b8..ed6ce331 100644 --- a/src/Wallabag/UserBundle/Entity/User.php +++ b/src/Wallabag/UserBundle/Entity/User.php @@ -157,7 +157,7 @@ class User extends BaseUser implements TwoFactorInterface, TrustedComputerInterf } /** - * @return string + * @return \DateTime */ public function getCreatedAt() { @@ -165,7 +165,7 @@ class User extends BaseUser implements TwoFactorInterface, TrustedComputerInterf } /** - * @return string + * @return \DateTime */ public function getUpdatedAt() {