We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was a breaking change going from sebastian/comparitor:4 to 5, which by default you'll pull in updating to PHPUnit 10.
sebastian/comparitor:4
5
At a glance, there are two adjustments:
parent::construct
: bool
accepts
I think the latter is fine for forward compatibility, but the former may require some hacking to get around the loss of constructor
I'll take a quick attempt at a PR to address this.
The text was updated successfully, but these errors were encountered:
Fixed by #784.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
There was a breaking change going from
sebastian/comparitor:4
to5
, which by default you'll pull in updating to PHPUnit 10.At a glance, there are two adjustments:
parent::construct
: bool
return type toaccepts
I think the latter is fine for forward compatibility, but the former may require some hacking to get around the loss of constructor
I'll take a quick attempt at a PR to address this.
The text was updated successfully, but these errors were encountered: