Releases: phpstan/phpstan-doctrine
Releases · phpstan/phpstan-doctrine
1.2.5
2eb2e0c
- Catch Doctrine\Persistence\Mapping\MappingException too
1.2.4
1325277
- MappingDriverChain::isTransient() - catch exceptions too
47aa7ca
- We can not assume the type of Query::getResult() if ResultType may be void
753f9e8
- Avoid error about unknown annotations
1.2.3
16cb23a
- Do not crash with AnnotationException
1.2.2
b86c38c
- Compatibility with Doctrine DBAL 3.x
2c6deea
- Run entity mapping rules without objectManagerLoader only on bleedingEdge
9f1df5b
- Fix
f66919f
- Fix getRepository on DocumentManager
cb3a2cf
- Fix
28cb4bb
- Fix
346484d
- Update CS
5fa8fef
- Fix loading metadata of entities that contain embeddables
1.2.1
28ee715
- Support for infering the result type of queries in EntityManager::createQuery()
e00c5c9
- Add DynamicReturnTypeExtension for Query::getResult() and variants
8061e5f
- Do not require GenericObjectType for Query and AbstractQuery in PHPDoc types
1.2.0
b6bf1db
- Open 1.2-dev
e7eef10
- Refactoring resolver to be open to metadata resolution without objectManagerLoader
670e28d
- Update README.md
6fc5407
- Resolve entity metadata without objectManagerLoader
3ee046d
- AnnotationReader does not always exist
1.1.1
830789b
- Fix Class "Doctrine\ORM\Query\Expr" not found error
1.1.0
c056a39
- EntityColumnRule - check backed Enum type against Column mapping type
9fa37f6
- Test
00e7f8f
- Bleeding edge - report entity mapping exception
196beae
- Fix
d519b20
- Merge branch '1.0.x'
ac331f0
- Tweet release action
6c7d28a
- Update release.yml
1.0.4
251d955
- Update ClassMetadataInfo stub with type alias
1.0.3
06924f6
- Update dependencies
6897869
- Fix namespacedName
5a8b4c1
- Fix setMetadataCacheImpl
0625e90
- ClassMetadata is generic
04cace0
- Test on PHP 8.1
6f904b2
- Composer > Remove --no-suggest
8cc7465
- Update deps
7f19dba
- Do not fail fast while linting PHP versions
b9aca46
- Composer > Define allowed plugins
a4c105e
- Run PHPUnit downgrade before composer install
399b7ff
- Test all jobs on PHP 8.1
77c7134
- Composer > Remove fake PHP platform + add fake ext-mongodb
f3fba3b
- Downgrade doctrine/orm
on PHP 7.1
9f40e7f
- Use different data fixture for entityRepositoryDynamicReturn
test on PHP 7.1
d94857f
- Fix
820606a
- Support for enumType in Column mapping