Skip to content
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

[SettingsBundle][Registry] Remove final, because classes must be proxied #6434

Merged
merged 1 commit into from
Oct 17, 2016

Conversation

tuka217
Copy link
Contributor

@tuka217 tuka217 commented Oct 17, 2016

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related tickets -
License MIT

* @author Paweł Jędrzejewski <pawel@sylius.org>
*/
final class ServiceRegistry implements ServiceRegistryInterface
class ServiceRegistry implements ServiceRegistryInterface
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really needed for Registry's ServiceRegistry as well? Making only Settings' ResolverSettingsRegistry not final should work.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's verify this properly and revert if we will be confirmed it doesn't break anything.

@michalmarcinkowski michalmarcinkowski merged commit 94a9292 into Sylius:master Oct 17, 2016
@michalmarcinkowski
Copy link
Contributor

Thanks Ania!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants