Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored and nicolas-grekas committed Mar 13, 2024
1 parent 507f489 commit 3cff915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Annotation/ContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function () { return new Context(...['context' => ['foo' => 'bar'], 'groups' =>
DUMP
];

yield 'named arguemnts: with groups option as array' => [
yield 'named arguments: with groups option as array' => [
function () { return new Context(...['context' => ['foo' => 'bar'], 'groups' => ['a', 'b']]); },
<<<DUMP
Symfony\Component\Serializer\Annotation\Context {
Expand Down

0 comments on commit 3cff915

Please sign in to comment.