@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace ApiPlatform\Core\Bridge\Doctrine\Orm; |
15 | 15 | |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | |
83 | 83 | $queryNameGenerator = new QueryNameGenerator(); |
84 | 84 | |
85 | - $buildQuery = function (int $remainingIdentifiers, QueryBuilder $previousQueryBuilder, string $previousAlias, QueryBuilder $topQueryBuilder = null) use (&$buildQuery, $queryNameGenerator, $context, $identifiers): QueryBuilder { |
|
85 | + $buildQuery = function(int $remainingIdentifiers, QueryBuilder $previousQueryBuilder, string $previousAlias, QueryBuilder $topQueryBuilder = null) use (&$buildQuery, $queryNameGenerator, $context, $identifiers): QueryBuilder { |
|
86 | 86 | if (!$remainingIdentifiers) { |
87 | 87 | return $previousQueryBuilder; |
88 | 88 | } |