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

Init Deserialize provider #780

Merged
merged 4 commits into from
Nov 20, 2023

Conversation

loic425
Copy link
Member

@loic425 loic425 commented Nov 10, 2023

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

Needs #781 first

Not used and no DI for now, cause we need the ReadProvider first.

@loic425 loic425 requested a review from a team as a code owner November 10, 2023 10:25
@loic425 loic425 changed the title Deserialize provider Init Deserialize provider Nov 10, 2023
Comment on lines 32 to 33
/** @var HttpOperationInitiatorInterface|ObjectProphecy */
private $operationInitiator;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
/** @var HttpOperationInitiatorInterface|ObjectProphecy */
private $operationInitiator;
private HttpOperationInitiatorInterface|ObjectProphecy $operationInitiator;

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah it was on previous PR, and this is changed

Comment on lines 35 to 36
/** @var SerializerInterface|ObjectProphecy */
private $serializer;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
/** @var SerializerInterface|ObjectProphecy */
private $serializer;
private SerializerInterface|ObjectProphecy $serializer;

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah it was on previous PR, and this is changed

Comment on lines 38 to 39
/** @var DeserializeListener */
private $deserializableListener;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
/** @var DeserializeListener */
private $deserializableListener;
private DeserializeListener $deserializableListener;

Copy link
Member Author

Choose a reason for hiding this comment

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

see comments above

@lchrusciel lchrusciel merged commit bb83cd0 into Sylius:1.11 Nov 20, 2023
60 checks passed
@lchrusciel
Copy link
Member

Thank you, @loic425!

@loic425 loic425 deleted the feature/deserialize-provider branch November 20, 2023 15:15
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.

3 participants