Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThe LocaleBundle's Symfony DI service configuration is migrated from XML to PHP format. The extension's loader is switched from XmlFileLoader to PhpFileLoader, the XML services configuration file is removed, and an equivalent PHP configuration file is introduced with identical service registrations. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested reviewers
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:
|
ab93a64 to
f5a6b9c
Compare
f5a6b9c to
42a0cd5
Compare
| $services->set('sylius.provider.locale', LocaleProvider::class) | ||
| ->args([ | ||
| service('sylius.provider.locale_collection'), | ||
| '%sylius_locale.locale%', | ||
| ]); | ||
|
|
||
| $services->alias(LocaleProviderInterface::class, 'sylius.provider.locale'); | ||
|
|
||
| $services->set('sylius.converter.locale', LocaleConverter::class); | ||
|
|
||
| $services->alias(LocaleConverterInterface::class, 'sylius.converter.locale'); |
There was a problem hiding this comment.
| $services->set('sylius.provider.locale', LocaleProvider::class) | |
| ->args([ | |
| service('sylius.provider.locale_collection'), | |
| '%sylius_locale.locale%', | |
| ]); | |
| $services->alias(LocaleProviderInterface::class, 'sylius.provider.locale'); | |
| $services->set('sylius.converter.locale', LocaleConverter::class); | |
| $services->alias(LocaleConverterInterface::class, 'sylius.converter.locale'); | |
| $services->set('sylius.provider.locale', LocaleProvider::class) | |
| ->args([ | |
| service('sylius.provider.locale_collection'), | |
| '%sylius_locale.locale%', | |
| ]); | |
| $services->alias(LocaleProviderInterface::class, 'sylius.provider.locale'); | |
| $services->set('sylius.converter.locale', LocaleConverter::class); | |
| $services->alias(LocaleConverterInterface::class, 'sylius.converter.locale'); |
Maybe it's just me, but I think it just looks better 😄
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.