Skip to content

Commit fd3364e

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Filesystem] Fix str_contains deprecation [Security] Correctly initialize the voter property [ErrorHandler] Skip failing tests when "xdebug.file_link_format" option is defined [FrameworkBundle] Fix typo Update `changed-translation-files` step with native git diff command [DependencyInjection] fix XmlDumper when a tag contains also a 'name' property [Lock] Check the correct SQLSTATE error code for MySQL [ErrorHandler] Fix `ErrorHandlerTest::tearDown()` visibility [Lock] compatiblity with redis cluster 7 fix: typo [Messenger] trigger retry logic when message is a redelivery [PropertyAccess] Fix checking for missing properties add missing invalid extension error entry
2 parents 1e85827 + 9818cce commit fd3364e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Annotation/ContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static function provideValidInputs(): iterable
133133
DUMP
134134
];
135135

136-
yield 'named arguemnts: with groups option as array' => [
136+
yield 'named arguments: with groups option as array' => [
137137
fn () => new Context(context: ['foo' => 'bar'], groups: ['a', 'b']),
138138
<<<DUMP
139139
Symfony\Component\Serializer\Attribute\Context {

0 commit comments

Comments
 (0)