minor #31453 Fix typo: depreciation -> deprecation (jdufresne)

This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes #31453).

Discussion
----------

Fix typo: depreciation -> deprecation

Commits
-------

11ed09813f Fix typo: depreciation -> deprecation
This commit is contained in:
Fabien Potencier 2019-05-10 07:33:22 +02:00
commit 0fe940952f

View File

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