aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index a8085ac9..e102edc7 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -132,9 +132,5 @@ class EntryRepository extends EntityRepository
132 ->where('t.user=:userId')->setParameter('userId', 1); 132 ->where('t.user=:userId')->setParameter('userId', 1);
133 133
134 return $qb->getQuery()->getOneOrNullResult(); 134 return $qb->getQuery()->getOneOrNullResult();
135
136 return $qb
137 ->getQuery()
138 ->getOneOrNullResult();
139 } 135 }
140} 136}