Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
0.12.44
5fe9a9b
- Add allowNullablePropertyForRequiredField option
0.12.43
1d4ab0a
- EntityColumnRule - test Id without GeneratedValue
134ecca
- EntityRepository stub - precise type for $_entityName property
0.12.42
e317317
- Update stubs to be more strict about mixed vs. object
0.12.40
5532790
- Allow JsonType to store any json-compatible type
0.12.39
748eaac
- Compatibility with latest PHPStan
24f7283
- Rewrite in backward compatibility compliant way
c35261f
- Add Carbon descriptors via ReflectionDescriptor
0.12.38
65d626e
- Baseline
abbbe9f
- Fix build
bda3ad8
- ArgumentsProcessor can be extended under the terms of BC promise
c114558
- Fix tests
d2da81f
- Cover more classes and methods with BC promise
279a808
- NewExprDynamicReturnTypeExtension - correct fallback in case of arguments exception
59b8c5f
- Bump PHPStan
0.12.35
a3b36bd
- EntityNotFinalRule - only entities that are final on language level should be considered