mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 08:35:00 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -50,16 +50,16 @@ class PaginatorFactory
|
||||
* The default route and route parameters are the current ones. If set,
|
||||
* thos route are overriden.
|
||||
*
|
||||
* @param int $totalItems
|
||||
* @param string|null $route the specific route to use in pages
|
||||
* @param array|null $routeParameters the specific route parameters to use in pages
|
||||
* @param int $totalItems
|
||||
* @param string|null $route the specific route to use in pages
|
||||
* @param array|null $routeParameters the specific route parameters to use in pages
|
||||
*
|
||||
* @return PaginatorInterface
|
||||
*/
|
||||
public function create(
|
||||
$totalItems,
|
||||
?string $route = null,
|
||||
?array $routeParameters = null
|
||||
string $route = null,
|
||||
array $routeParameters = null
|
||||
) {
|
||||
return new Paginator(
|
||||
$totalItems,
|
||||
|
Reference in New Issue
Block a user