mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-18 13:46:28 +00:00
Merge pull request #1464 from wallabag/v2-fix-type-hint
fix type hint for User
This commit is contained in:
commit
3123b3c0c8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue