I get an error with this phpstan.neon.dist configuration:
includes:
- phpstan-baseline.neon
parameters:
level: 5
paths:
- src
- tests
treatPhpDocTypesAsCertain: false
checkGenericClassInNonGenericObjectType: true
checkMissingIterableValueType: true
checkMissingVarTagTypehint: true
checkMissingTypehints: true