Skip to content

Commit 664929a

Browse files
jdufresnefabpot
authored andcommitted
Fix typo: depreciation -> deprecation
1 parent fd4a5f2 commit 664929a

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)