fix type hint for User

This commit is contained in:
Nicolas Lœuillet 2015-10-06 12:16:08 +02:00
parent 16dabc3263
commit 1ce8f30342
1 changed files with 1 additions and 1 deletions

View File

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