Skip to content

Commit 94cbb72

Browse files
committed
Merge branch '4.3'
* 4.3: Fix typo: depreciation -> deprecation [Form] Restore default locale during tests
2 parents a5e3a12 + 914e0ed commit 94cbb72

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)