mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Fixed 'PHP-CS-Fixer.no_whitespace_in_blank_line'.
This commit is contained in:
parent
fc7265f1b8
commit
4c724f2661
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class FeedController extends Controller
|
|||
$pagerAdapter,
|
||||
$user
|
||||
);
|
||||
|
||||
|
||||
$perPage = $user->getConfig()->getFeedLimit() ?: $this->getParameter('wallabag_core.feed_limit');
|
||||
$entries->setMaxPerPage($perPage);
|
||||
|
||||
|
|
Loading…
Reference in a new issue