aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-01-15 09:49:22 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-01-15 09:49:22 +0100
commit3afc87426dade0eaeccf69d144a119c6f0c4534f (patch)
tree0162eaa8c3fafac5a4c6610415490739e0fb4807 /src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php
parent5419a8368ebb4b4d57f481b842f1fcc576c9149d (diff)
downloadwallabag-3afc87426dade0eaeccf69d144a119c6f0c4534f.tar.gz
wallabag-3afc87426dade0eaeccf69d144a119c6f0c4534f.tar.zst
wallabag-3afc87426dade0eaeccf69d144a119c6f0c4534f.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php b/src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php
index 1c2c5093..183d394a 100644
--- a/src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php
+++ b/src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php
@@ -23,7 +23,7 @@ class PreparePagerForEntries
23 * @param AdapterInterface $adapter 23 * @param AdapterInterface $adapter
24 * @param User $user If user isn't logged in, we can force it (like for rss) 24 * @param User $user If user isn't logged in, we can force it (like for rss)
25 * 25 *
26 * @return null|Pagerfanta 26 * @return Pagerfanta|null
27 */ 27 */
28 public function prepare(AdapterInterface $adapter, User $user = null) 28 public function prepare(AdapterInterface $adapter, User $user = null)
29 { 29 {