Skip to content
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

Improve PHP 8.4+ support by avoiding implicitly nullable types #87

Merged
merged 1 commit into from
May 24, 2024

Conversation

clue
Copy link
Member

@clue clue commented May 22, 2024

This changeset improves PHP 8.4+ support by avoiding implicitly nullable types as discussed in reactphp/promise#260.

Marking this as WIP until the upstream components have been released. In the meantime, this may use temporary development branches. This change only affects v4, so there is no need to backport these changes to v3 or v2.

Builds on top of #86, #81, #15 and reactphp/promise#260

@clue clue added the new feature New feature or request label May 22, 2024
@clue clue added this to the v4.3.0 milestone May 22, 2024
@clue clue marked this pull request as ready for review May 24, 2024 14:05
@clue clue changed the title [WIP] Improve PHP 8.4+ support by avoiding implicitly nullable types Improve PHP 8.4+ support by avoiding implicitly nullable types May 24, 2024
@clue
Copy link
Member Author

clue commented May 24, 2024

Updated now that https://github.com/reactphp/promise/releases/tag/v3.2.0 has been released, this is now ready for review :shipit:

Copy link
Member

@SimonFrings SimonFrings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, looks good to me 👍

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants