-
Notifications
You must be signed in to change notification settings - Fork 1
Support PHP 8.5 #57
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
Support PHP 8.5 #57
Conversation
3cc079c to
491a9b7
Compare
491a9b7 to
0bdecb2
Compare
tests/Lib/PromiseBoundTask.php
Outdated
| } | ||
|
|
||
| public function run(): ExtendedPromiseInterface | ||
| public function run(): PromiseInterface |
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.
Perhaps we should document the changed return types like this one somewhere.
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.
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.
I think it should be sufficient to mention this in the release notes? Should I create a release draft, @lippserd?
Yes, please!
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.
Done.
d4dd640 to
979e1fd
Compare
`SplObjectStorage::contains()` => `SplObjectStorage::offsetExists()` `SplObjectStorage::attach()` => `SplObjectStorage::offsetSet()` `SplObjectStorage::detach()` => `SplObjectStorage::offsetUnset()` ref: https://www.php.net/manual/en/migration85.deprecated.php#migration85.deprecated.spl
979e1fd to
6d36fa6
Compare
|
To make this branch ready for merging, the |
Changes made:
PHP 8.5:
No changes are required for PHP 8.4 support.
refs #56