You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Avoid warnings about ObjectStorage with PHPStan 1.11.9
It looks like PHPStan 1.11.9 considers the offending line to be
different in version 1.11.9.
To be compatible with both PHPStan <= 1.11.9 and 1.11.9, we now
need two `@phpstan-ignore-next-line` entries.
Fixes#167
0 commit comments