]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Entity/User.php
fixup! Set the right variable type
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Entity / User.php
index 6cc962b8c36339e8f0dc944546227ae890421e44..ed6ce3319c5b89f47781c40961e860a4e71a3f68 100644 (file)
@@ -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()
     {