We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f603a commit 8c537a4Copy full SHA for 8c537a4
tests/bundle/Functional/ViewTest.php
@@ -75,7 +75,7 @@ public function testCriterions(string $body, string $type): void
75
*/
76
public function provideForViewTest(): iterable
77
{
78
- $template = static fn(string $criterion, string $operator, string $format): string => sprintf(
+ $template = static fn (string $criterion, string $operator, string $format): string => sprintf(
79
'Criterion: %s / Operator: %s / Format: %s',
80
$criterion,
81
strtoupper($operator),
0 commit comments