Skip to content

Commit 702394e

Browse files
committed
Tweaks thanks to Mr @javiereguiluz
1 parent e74bbc9 commit 702394e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cookbook/upgrade/deprecation_warnings.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,15 @@ How can I Fix the Warnings?
4040
Of course ultimately, you want to stop using the deprecated functionality.
4141
Sometimes, this is easy: the warning might tell you exactly what to change.
4242

43-
But other times, the warning might be un-clear: a setting somewhere might
44-
cause a class deeper to trigger the warning. In this case, the core team
45-
does its best to give a clear message, but you may need to research that
46-
warning further.
43+
But other times, the warning might be unclear: a setting somewhere might
44+
cause a class deeper to trigger the warning. In this case, Symfony does its
45+
best to give a clear message, but you may need to research that warning further.
4746

4847
And sometimes, the warning may come from a third-party library or bundle
4948
that you're using. If that's true, there's a good chance that those deprecations
5049
have already been updated. In that case, upgrade the library to fix them.
5150

52-
Once all the deprecation warnings are gone, you can upgrade without a lot
51+
Once all the deprecation warnings are gone, you can upgrade with a lot
5352
more confidence.
5453

5554
.. _`phpunit-bridge`: https://github.com/symfony/phpunit-bridge

0 commit comments

Comments
 (0)