Conversation
📝 WalkthroughWalkthroughMigrates AddressingBundle service configuration from XML to PHP: replaces XmlFileLoader with PhpFileLoader in the Extension and converts multiple Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
❌ Preview Environment deleted from BunnyshellAvailable commands:
|
06ff808 to
fb6f89a
Compare
fb6f89a to
8e1c87a
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@src/Sylius/Bundle/AddressingBundle/Resources/config/services/form.php`:
- Around line 29-105: The services in this PHP service config were left private
because the XML default public="true" was not migrated; after the $services =
$container->services() call add a defaults() call to make them public (call
$services->defaults()->public()) so all form services like
'sylius.form.type.address', 'sylius.form.type.country', 'sylius.form.type.zone',
'sylius.form.type.zone_member' etc. keep public visibility as in the original
form.xml.
091446a to
5882c58
Compare
5882c58 to
7638c0f
Compare
Summary by CodeRabbit