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

FEATURE: Introduce PHP 8.2 DNF type support #3328

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

robertlemke
Copy link
Member

The Reflection Service now supports Disjunctive Normal Form (DNF) types for method arguments.

See: https://www.php.net/releases/8.2/en.php#dnf_types

Resolves #3026

The Reflection Service now supports Disjunctive Normal Form (DNF) types for method arguments.

See: https://www.php.net/releases/8.2/en.php#dnf_types

Resolves neos#3026
@robertlemke robertlemke force-pushed the feature/3026-php-dnf-types branch from a3e7e76 to cf1c5bf Compare March 12, 2024 18:58
Copy link
Contributor

@dlubitz dlubitz left a comment

Choose a reason for hiding this comment

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

Looks good by reading!

@kitsunet kitsunet merged commit be6bd67 into neos:9.0 Mar 12, 2024
7 checks passed
@robertlemke robertlemke deleted the feature/3026-php-dnf-types branch March 13, 2024 06:47
@robertlemke robertlemke restored the feature/3026-php-dnf-types branch June 14, 2024 10:55
robertlemke pushed a commit that referenced this pull request Jun 17, 2024
FEATURE: Introduce PHP 8.2 DNF type support
(cherry picked from commit be6bd67)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add support for PHP DNF types
3 participants