mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 04:19:43 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -38,7 +38,7 @@ final readonly class PaginatorFactory implements PaginatorFactoryInterface
|
||||
* the default item per page. This may be overriden by
|
||||
* the request or inside the paginator.
|
||||
*/
|
||||
private int $itemPerPage = 20
|
||||
private int $itemPerPage = 20,
|
||||
) {}
|
||||
|
||||
/**
|
||||
@@ -53,7 +53,7 @@ final readonly class PaginatorFactory implements PaginatorFactoryInterface
|
||||
public function create(
|
||||
int $totalItems,
|
||||
?string $route = null,
|
||||
?array $routeParameters = null
|
||||
?array $routeParameters = null,
|
||||
): PaginatorInterface {
|
||||
return new Paginator(
|
||||
$totalItems,
|
||||
|
Reference in New Issue
Block a user