-
Notifications
You must be signed in to change notification settings - Fork 214
Support symfony 8 #1839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Support symfony 8 #1839
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1839 +/- ##
============================================
+ Coverage 68.30% 68.46% +0.15%
Complexity 2976 2976
============================================
Files 449 449
Lines 8724 8723 -1
============================================
+ Hits 5959 5972 +13
+ Misses 2765 2751 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 9 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
In Symfony 8, the NodeParentInterface was changed to an empty interface, removing method declarations that existed in Symfony 5-7. The fluent builder methods (end(), scalarNode(), etc.) still exist on concrete classes but are no longer part of the interface signature. Additionally, Symfony 8 removed template parameters from node definition classes, causing TooManyTemplateParams errors for our internal NodeDefinition classes that extend Symfony's base classes.
|
hi @brettmc @bobstrecansky could you please have a look when you have time ? |
|
I'll be happy to review once the CLA is signed. Thanks in advance @Orest-Divintari ! |
No description provided.