mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -58,7 +58,7 @@ class NewsItemRepository implements ObjectRepository
|
||||
}
|
||||
|
||||
private function buildBaseQuery(
|
||||
?string $pattern = null
|
||||
?string $pattern = null,
|
||||
): QueryBuilder {
|
||||
$qb = $this->createQueryBuilder('n');
|
||||
|
||||
|
Reference in New Issue
Block a user