We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Union types works native since PHP 8.0.
https://www.php.net/manual/en/language.types.declarations.php https://3v4l.org/ArLAg
private INotificationManager|MockObject $notificationManager;
Maybe we can follow changing the code that we touch removing the union type from annotation and use the native way.
Originally posted by @vitormattos in #8672 (comment)
The text was updated successfully, but these errors were encountered:
Done with #12074
Sorry, something went wrong.
No branches or pull requests
Union types works native since PHP 8.0.
https://www.php.net/manual/en/language.types.declarations.php
https://3v4l.org/ArLAg
Maybe we can follow changing the code that we touch removing the union type from annotation and use the native way.
Originally posted by @vitormattos in #8672 (comment)
The text was updated successfully, but these errors were encountered: