-
-
Notifications
You must be signed in to change notification settings - Fork 935
Open
Description
Bug report
Hi, I have an issue with with a build that was passing on 1.8.2. I get:
should return ArrayObject<int|string, array<string, mixed>> but returns ArrayObject<int|string, array>.
Did some default option changed? To me array<string, mixed> says more than just array.
My config:
level: 8
paths:
- src
checkGenericClassInNonGenericObjectType: false
reportUnmatchedIgnoredErrors: false
phpVersion: 70400
Code snippet that reproduces the problem
https://phpstan.org/r/84c094da-91ef-47b2-9161-b897debc6789
Expected output
No errors
Did PHPStan help you today? Did it make you happy in any way?
babesflorin