File tree 1 file changed +4
-5
lines changed
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?
40
40
Of course ultimately, you want to stop using the deprecated functionality.
41
41
Sometimes, this is easy: the warning might tell you exactly what to change.
42
42
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.
47
46
48
47
And sometimes, the warning may come from a third-party library or bundle
49
48
that you're using. If that's true, there's a good chance that those deprecations
50
49
have already been updated. In that case, upgrade the library to fix them.
51
50
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
53
52
more confidence.
54
53
55
54
.. _`phpunit-bridge` : https://github.com/symfony/phpunit-bridge
You can’t perform that action at this time.
0 commit comments