| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| * @param \Exception|null $defaultException | ||
| */ | ||
| public function setDefaultException(\Exception $defaultException = null) | ||
| public function setDefaultException(?\Exception $defaultException) |
There was a problem hiding this comment.
Good!
We should not allow someone doing $e->setDefaultException();
This change make sure you have to do $e->setDefaultException(null);
Sorry, something went wrong.
Sorry, something went wrong.
|
Yes, I took this PR and reverted all things that broke BC |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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