Closed janedbal closed 4 months ago
Separated from https://github.com/phpstan/phpstan-doctrine/pull/506
Without this fix, the new testcase fails to add nullability and the inferred type does not accept the real result (invalid type was inferred). More mixed tests with all possible AST nodes is in the origin PR.
mixed
Thank you.
Separated from https://github.com/phpstan/phpstan-doctrine/pull/506
Without this fix, the new testcase fails to add nullability and the inferred type does not accept the real result (invalid type was inferred). More
mixed
tests with all possible AST nodes is in the origin PR.