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
The assertion started failing when I did following change
- public function foo(string $bar): A&B + public function foo(string $bar): (A&B)|null { ... }
php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php
Line 303 in 68525fc
The text was updated successfully, but these errors were encountered:
b46175f
Closes #981
0faf8a6
sebastianbergmann
No branches or pull requests
The assertion started failing when I did following change
php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php
Line 303 in 68525fc
The text was updated successfully, but these errors were encountered: