Skip to content

WIP: upgrade to HTTPlug 2.0 #29

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

Closed
wants to merge 2 commits into from
Closed

WIP: upgrade to HTTPlug 2.0 #29

wants to merge 2 commits into from

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Dec 2, 2018

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

What's in this PR?

Some BC breaking changes that clean up the mock client. To be merged when we want to start with version 2.

Checklist

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
  • no documentation changes needed

@dbu dbu force-pushed the upgrade-version-2 branch 4 times, most recently from c7276fb to e785e9e Compare December 3, 2018 07:15
*/
public function setDefaultException(\Exception $defaultException = null)
public function setDefaultException(?\Exception $defaultException)
Copy link
Member

Choose a reason for hiding this comment

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

Good!

We should not allow someone doing $e->setDefaultException();

This change make sure you have to do $e->setDefaultException(null);

@Nyholm Nyholm mentioned this pull request Dec 30, 2018
@dbu dbu closed this in #33 Dec 30, 2018
@dbu
Copy link
Contributor Author

dbu commented Dec 30, 2018

@Nyholm did you port all improvements i did here into #33?

@Nyholm
Copy link
Member

Nyholm commented Dec 30, 2018

Yes, I took this PR and reverted all things that broke BC

@dbu dbu changed the title WIP: upgrade to HTTPlug 2.0 WIP: start version 2 with some cleanups Dec 30, 2018
@dbu dbu changed the title WIP: start version 2 with some cleanups WIP: upgrade to HTTPlug 2.0 Dec 30, 2018
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.

2 participants