Skip to content

Commit 8c537a4

Browse files
committed
IBX-5135: Added LocationDepth criterion parser
1 parent 36f603a commit 8c537a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bundle/Functional/ViewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testCriterions(string $body, string $type): void
7575
*/
7676
public function provideForViewTest(): iterable
7777
{
78-
$template = static fn(string $criterion, string $operator, string $format): string => sprintf(
78+
$template = static fn (string $criterion, string $operator, string $format): string => sprintf(
7979
'Criterion: %s / Operator: %s / Format: %s',
8080
$criterion,
8181
strtoupper($operator),

0 commit comments

Comments
 (0)