-
-
Notifications
You must be signed in to change notification settings - Fork 385
Closed
Labels
Description
| Q | A |
|---|---|
| php-code-coverage version | 10.0.0 |
| PHP version | 8.2.3 |
| Driver | PCOV |
| PCOV version (if used) | 1.0.11 |
| Installation Method | Composer |
| Usage Method | PHPUnit |
| PHPUnit version (if used) | 10.0.11 |
The assertion started failing when I did following change
- public function foo(string $bar): A&B
+ public function foo(string $bar): (A&B)|null
{
...
}| assert($_type instanceof Identifier); |

