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

[Order] Remove fluent interfaces #3309

Merged
merged 1 commit into from
Sep 25, 2015
Merged

[Order] Remove fluent interfaces #3309

merged 1 commit into from
Sep 25, 2015

Conversation

HerbMat
Copy link
Contributor

@HerbMat HerbMat commented Sep 21, 2015

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

@michalmarcinkowski michalmarcinkowski added the Enhancement Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.). label Sep 22, 2015
@michalmarcinkowski michalmarcinkowski added this to the v0.16.0 milestone Sep 22, 2015
@@ -270,8 +258,6 @@ public function removeItem(OrderItemInterface $item)
$item->setOrder(null);
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be removed as item must be assigned to some order, otherwise it's broken.

Copy link
Contributor

Choose a reason for hiding this comment

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

These changes are not related to this PR and that change should be discussed separately, same as all below.

michalmarcinkowski added a commit that referenced this pull request Sep 25, 2015
@michalmarcinkowski michalmarcinkowski merged commit 9d76083 into Sylius:master Sep 25, 2015
@michalmarcinkowski
Copy link
Contributor

👍

pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
…in-order

[Order] Remove fluent interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants