aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-05 10:23:40 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-05 10:23:40 +0200
commita1d22ea7d0cc8c51ca5480aa41488f2c6373f1a3 (patch)
tree3ae157b7c424c91b2f2987f55933f8f530b1c1ae /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent13d9f7c96c131b93c1172d8bdc69098da9b68f68 (diff)
downloadwallabag-a1d22ea7d0cc8c51ca5480aa41488f2c6373f1a3.tar.gz
wallabag-a1d22ea7d0cc8c51ca5480aa41488f2c6373f1a3.tar.zst
wallabag-a1d22ea7d0cc8c51ca5480aa41488f2c6373f1a3.zip
Remove useless variable
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 719803a1..302e5a53 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -10,8 +10,6 @@ use Wallabag\CoreBundle\Entity\Tag;
10 10
11class EntryRepository extends EntityRepository 11class EntryRepository extends EntityRepository
12{ 12{
13 private $lifeTime;
14
15 /** 13 /**
16 * Return a query builder to used by other getBuilderFor* method. 14 * Return a query builder to used by other getBuilderFor* method.
17 * 15 *