File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,15 @@ How can I Fix the Warnings?
4040Of course ultimately, you want to stop using the deprecated functionality.
4141Sometimes, 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
4847And sometimes, the warning may come from a third-party library or bundle
4948that you're using. If that's true, there's a good chance that those deprecations
5049have 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
5352more confidence.
5453
5554.. _`phpunit-bridge` : https://github.com/symfony/phpunit-bridge
You can’t perform that action at this time.
0 commit comments