Fix typo: depreciation -> deprecation

This commit is contained in:
Jon Dufresne 2019-05-09 19:25:09 -07:00 committed by Fabien Potencier
parent c083e20cf2
commit 11ed09813f

View File

@ -751,7 +751,7 @@ class OptionsResolverTest extends TestCase
0, 0,
]; ];
yield 'It explicitly ignores a depreciation' => [ yield 'It explicitly ignores a deprecation' => [
function (OptionsResolver $resolver) { function (OptionsResolver $resolver) {
$resolver $resolver
->setDefault('baz', function (Options $options) { ->setDefault('baz', function (Options $options) {