diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-27 19:20:43 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-27 20:36:35 +0200 |
commit | 5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e (patch) | |
tree | 975f8319a53ed9372454d10a75e6f16673813fcb /src/Wallabag/CoreBundle | |
parent | 18b812b1b905a53c185b3572541b3e90c08b669f (diff) | |
download | wallabag-5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e.tar.gz wallabag-5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e.tar.zst wallabag-5d6f6f56a2a0f72a67c2d3f96eb61986cf821a1e.zip |
Some cleanup
- travis tabulation
- extra namespace definition in entities
Diffstat (limited to 'src/Wallabag/CoreBundle')
-rw-r--r-- | src/Wallabag/CoreBundle/Entity/Entry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php index 8f4ddf61..1271f1f5 100644 --- a/src/Wallabag/CoreBundle/Entity/Entry.php +++ b/src/Wallabag/CoreBundle/Entity/Entry.php | |||
@@ -187,7 +187,7 @@ class Entry | |||
187 | /* | 187 | /* |
188 | * @param User $user | 188 | * @param User $user |
189 | */ | 189 | */ |
190 | public function __construct(\Wallabag\UserBundle\Entity\User $user) | 190 | public function __construct(User $user) |
191 | { | 191 | { |
192 | $this->user = $user; | 192 | $this->user = $user; |
193 | $this->tags = new ArrayCollection(); | 193 | $this->tags = new ArrayCollection(); |