Skip to content

Commit 6e00ef6

Browse files
committed
ok
1 parent b419fa6 commit 6e00ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hydra/Tests/Serializer/ConstraintViolationNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static function nameConverterAndPayloadFieldsProvider(): iterable
9090

9191
$nameConverterFactory = function (self $that) {
9292
$nameConverterProphecy = $that->prophesize(NameConverterInterface::class);
93-
$nameConverterProphecy->normalize(Argument::cetera)->will(fn ($args): string => '_'.$args[0]);
93+
$nameConverterProphecy->normalize(Argument::cetera())->will(fn ($args): string => '_'.$args[0]);
9494

9595
return $nameConverterProphecy->reveal();
9696
};

0 commit comments

Comments
 (0)