]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix type hint for User 1464/head
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Tue, 6 Oct 2015 10:16:08 +0000 (12:16 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Tue, 6 Oct 2015 10:16:08 +0000 (12:16 +0200)
src/Wallabag/CoreBundle/Entity/Config.php

index 2390bfe17fbc89d9de8aff5305337a0e1589dd37..f4edcfa9f7af04cbbe2cd3ceda4b4aa0bd798660 100644 (file)
@@ -173,7 +173,7 @@ class Config
      *
      * @return Config
      */
-    public function setUser(User $user = null)
+    public function setUser(\Wallabag\UserBundle\Entity\User $user = null)
     {
         $this->user = $user;