]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fixup! Set the right variable type 3172/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Jun 2017 07:36:01 +0000 (09:36 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Jun 2017 07:36:01 +0000 (09:36 +0200)
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()
     {