-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
PHP 8.0 Support #9
Conversation
Have to rollback typehinting (BC Break) |
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.
Looks great and pass tests
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.
Have to rollback typehinting (BC Break)
A rollback is correct here.
It was a reminder. I pushed another commit after that to do the rollback as required 🙂 |
@Gounlaf |
I've reverted changes related to typehinting, and squash. |
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.
LGTM.
I'd prefer having the vendor/phpunit/phpunit/phpunit.xsd
instead for the schema ref but imho thats not a showstopper.
I can change it if you want |
Is there release schedule for PHP 8 support? |
@froschdesign I have commited changes according to your review. |
@Gounlaf |
:) I can squash so? |
Signed-off-by: Levis Florian <[email protected]>
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.
Looks great 👍
Thanks, @Gounlaf! |
This PR should check all tasks in #8
Regards