1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-06 17:41:01 +00:00

Fixed 'PHP-CS-Fixer.no_whitespace_in_blank_line'.

This commit is contained in:
Christian Junk 2022-01-31 01:18:04 -08:00
parent fc7265f1b8
commit 4c724f2661

View file

@ -111,7 +111,7 @@ class FeedController extends Controller
$pagerAdapter,
$user
);
$perPage = $user->getConfig()->getFeedLimit() ?: $this->getParameter('wallabag_core.feed_limit');
$entries->setMaxPerPage($perPage);