mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -78,9 +78,8 @@ class PaginatorFactory
|
||||
$totalItems,
|
||||
$this->getCurrentItemsPerPage(),
|
||||
$this->getCurrentPageNumber(),
|
||||
null === $route ? $this->getCurrentRoute() : $route,
|
||||
null === $routeParameters ? $this->getCurrentRouteParameters() :
|
||||
$routeParameters,
|
||||
$route ?? $this->getCurrentRoute(),
|
||||
$routeParameters ?? $this->getCurrentRouteParameters(),
|
||||
$this->router,
|
||||
self::DEFAULT_CURRENT_PAGE_KEY,
|
||||
self::DEFAULT_ITEM_PER_NUMBER_KEY
|
||||
|
Reference in New Issue
Block a user