Skip to content

Commit 914e0ed

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Fix typo: depreciation -> deprecation [Form] Restore default locale during tests
2 parents 80a310d + 664929a commit 914e0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/OptionsResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ function (OptionsResolver $resolver) {
751751
0,
752752
];
753753

754-
yield 'It explicitly ignores a depreciation' => [
754+
yield 'It explicitly ignores a deprecation' => [
755755
function (OptionsResolver $resolver) {
756756
$resolver
757757
->setDefault('baz', function (Options $options) {

0 commit comments

Comments
 (0)