Menu
← Back to all error identifiers
Error Identifiers: doctrine.*
There are 14 error identifiers in the doctrine.* group:
-
doctrine.associationType phpstan-doctrineProperty type does not match the Doctrine association mapping.
-
doctrine.columnType phpstan-doctrineProperty type does not match the Doctrine column type mapping.
-
doctrine.countArgument phpstan-doctrineField name passed to repository count() does not exist on the entity.
-
doctrine.descriptorNotFound phpstan-doctrineDoctrine column type has no registered type descriptor.
-
doctrine.dql phpstan-doctrineDQL query contains a syntax error or references an unknown entity or field.
-
doctrine.enumType phpstan-doctrineEnum backing type does not match the Doctrine column type.
-
doctrine.finalConstructor phpstan-doctrineDoctrine entity has a final constructor, which breaks proxy generation.
-
doctrine.finalEntity phpstan-doctrineDoctrine entity class is declared final, which breaks lazy loading proxies.
-
doctrine.findByArgument phpstan-doctrineField name passed to repository findBy() does not exist on the entity.
-
doctrine.findOneByArgument phpstan-doctrineField name passed to repository findOneBy() does not exist on the entity.
-
Internal error occurred during Doctrine QueryBuilder analysis.
-
Doctrine entity has an invalid mapping configuration.
-
doctrine.queryBuilderDynamic phpstan-doctrineQueryBuilder origin cannot be traced, preventing DQL validation.
-
doctrine.queryBuilderDynamicArgument phpstan-doctrineQueryBuilder contains dynamic arguments that prevent static DQL validation.