-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Add Doctrine processors #581
Add Doctrine processors #581
Conversation
loic425
commented
Jan 30, 2023
Q | A |
---|---|
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Related tickets | |
License | MIT |
d85954b
to
80cf65d
Compare
80cf65d
to
a97e443
Compare
5d9e750
to
d8fcd14
Compare
d8fcd14
to
9b2b02b
Compare
9b2b02b
to
944de7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are lacking tests for all new classes from this PR :/
use Sylius\Component\Resource\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface; | ||
use Sylius\Component\Resource\Metadata\Resource\ResourceMetadataCollection; | ||
|
||
class DoctrineResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why didn't you finalized this class? Is there a proxy created from it?
class DoctrineResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface | |
final class DoctrineResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh no, that's a mistake