Fix deprecation notifications since SF 5.1#287
Fix deprecation notifications since SF 5.1#287ricohumme wants to merge 2 commits intotrikoder:masterfrom
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #287 +/- ##
============================================
- Coverage 92.54% 92.43% -0.11%
Complexity 438 438
============================================
Files 65 61 -4
Lines 1555 1521 -34
============================================
- Hits 1439 1406 -33
+ Misses 116 115 -1 ☔ View full report in Codecov by Sentry. |
|
@X-Coder264 fyi these test failures are not due to my contribution. |
|
@ricohumme Some builds fail due to some message changes which were recently made in |
symfony/dependency-injection states deprecated tags in configurations should have the package name and the version the deprecation started.
This PR will fix that issue