Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
1.3.50
- c94f43b - Fix QueryBuilder methods affecting result type with a denylist rather than allowlist
- 2043b72 - Fix
- 085b77e - Fix
- cc63f87 - Try fixing
Call to a member function getConfiguration() on null
1.3.49
- 0aca96d - Add descriptor for AsciiStringType
- 3313ae0 - QueryBuilder: allow dynamic args in methods not affecting result type
1.3.48
- b0e0c32 - QueryBuilderDqlRule: check also other methods if enabled
- fdca50f - OtherMethodQueryBuilderParser: fix for BranchingQueryBuilderType
- e451627 - Use dynamic throw type extension on EntityManagerInterface::flush
1.3.47
- 4763901 - Allow class string in from and join
1.3.46
- b1e4a69 - Add
@throws
annotation on EntityManagerInterface::flush
1.3.45
- 90e60ba - Put
Doctrine\ORM\Tools\Pagination\Paginator
into skipCheckGenericClasses
1.3.44
- 0a8fa83 - Handle AnnotationException in Gedmo\PropertiesExtension
- cba50e9 - add stub to add generic type to paginator when created from query instance
1.3.43
- c501503 - Add back noResultException
1.3.41
- 69aaa52 - Add AbstractQuery::getSingleScalarResult to stub
- ec13bc8 - Revert "Require PHPStan 1.11"
- 673b115 - Rewrite more tests to use TypeInferenceTestCase instead of LevelsTestCase
- 1fcd8ca - Rewrite tests to use TypeInferenceTestCase instead of LevelsTestCase
- 5e52821 - Add missing throws in stubs
- 1f6d742 - Allow Expr\Func in QueryBuilder::join()
- 44275d6 - Do not crash on wrong QueryBuilder calls
- a9eae20 - Error identifiers
- 804902a - Modernize rules with RuleErrorBuilder
- 3d9b1e2 - Bump PHPStan dependencies
- 51d7900 - Require PHPStan 1.11
- 8b28264 - Next-gen coding standard workflow
- 2003479 - Fix build
- 6c4910d - Update dependency slevomat/coding-standard to v8.12.0