Merge pull request #1464 from wallabag/v2-fix-type-hint
fix type hint for User
This commit is contained in:
commit
3123b3c0c8
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user