-
Notifications
You must be signed in to change notification settings - Fork 81
Add missing ConfigurationException
#31
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
Conversation
1a67f2b to
2c0c5a1
Compare
| /** | ||
| * @author Oskar Stark <oskarstark@googlemail.com> | ||
| */ | ||
| class ConfigurationException extends InvalidArgumentException |
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.
Not sure about which class to extend
d246e45 to
808dbc4
Compare
chr-hertel
left a comment
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.
Wasn't sure about reviving that thing, but yea - baseline needs an update tho
- Add ConfigurationException class in src/Exception/ConfigurationException.php - Update ServerBuilder to use the new ConfigurationException - Regenerate PHPStan baseline to account for the new exception class, reducing errors from 160+ to 124
7cb6388 to
03164e5
Compare
|
signed, baseline updated @chr-hertel 👍 |
No description provided.