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

Support PHP null, false, and true as stand-alone types #3027

Closed
robertlemke opened this issue May 2, 2023 · 1 comment
Closed

Support PHP null, false, and true as stand-alone types #3027

robertlemke opened this issue May 2, 2023 · 1 comment

Comments

@robertlemke
Copy link
Member

https://www.php.net/releases/8.2/en.php#null_false_true_types

@robertlemke
Copy link
Member Author

This requires laminas/laminas-code#185 to be fixed in order to support "null" as return type.

robertlemke added a commit to robertlemke/flow-development-collection that referenced this issue Jun 7, 2023
This change adds functional tests to prove that Flow can handle PHP 8 stand-alone return types in AOP proxy class building.

Note that "null" is not supported yet by laminas-code, therefore the corresponding test is not active yet.

Resolves: neos#3027
robertlemke added a commit to robertlemke/flow-development-collection that referenced this issue Jun 7, 2023
This change adds functional tests to prove that Flow can handle PHP 8 stand-alone return types in AOP proxy class building.

Note that "null" is not supported yet by laminas-code, therefore the corresponding test is not active yet.

Resolves: neos#3027
robertlemke added a commit to robertlemke/flow-development-collection that referenced this issue Jun 7, 2023
This change adds an implementation for the "never" return time and functional tests to prove that Flow can handle PHP 8 stand-alone return types in AOP proxy class building.

Note that "null" is not supported yet by laminas-code, therefore the corresponding test is not active yet.

Resolves: neos#3027
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant