Skip to content

Instantly share code, notes, and snippets.

@Ocramius
Last active September 12, 2018 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ocramius/d2a83a532106a6b93421004ff3461c81 to your computer and use it in GitHub Desktop.
Save Ocramius/d2a83a532106a6b93421004ff3461c81 to your computer and use it in GitHub Desktop.
Doctrine ORM 3.x BC breaks as per 2018-09-12

Note: the great majority of these are duplicates due to inheritance leading to duplicated reflection symbols.

To re-run this locally and toy around with the results:

git clone git@github.com:doctrine/doctrine2.git
git clone git@github.com:Roave/BackwardCompatibilityCheck.git
cd BackwardCompatibilityCheck
composer install
cd ../doctrine2
../BackwardCompatibilityCheck/bin/roave-backward-compatibility-check --from=v2.6.1 --to=master
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_resultSetMapping was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hints was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hydrationMode was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_queryCacheProfile was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_expireResultCache was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hydrationCacheProfile was removed
[BC] REMOVED: Method Doctrine\ORM\AbstractQuery#_doExecute() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMInvalidArgumentException::invalidEntityName() was removed
[BC] CHANGED: The parameter $associationMapping of Doctrine\ORM\ORMInvalidArgumentException::newEntityFoundThroughRelationship() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $associationMapping of Doctrine\ORM\ORMInvalidArgumentException::newEntityFoundThroughRelationship() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\ORMInvalidArgumentException::detachedEntityFoundThroughRelationship() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\ORMInvalidArgumentException::detachedEntityFoundThroughRelationship() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\ORMInvalidArgumentException::invalidAssociation() changed from no type to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\ORMInvalidArgumentException::invalidAssociation() changed from no type to Doctrine\ORM\Mapping\AssociationMetadata
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\OptimisticLockException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_resultSetMapping was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hints was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hydrationMode was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_queryCacheProfile was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_expireResultCache was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hydrationCacheProfile was removed
[BC] REMOVED: Method Doctrine\ORM\NativeQuery#_doExecute() was removed
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#__construct() increased from 2 to 3
[BC] CHANGED: The parameter $className of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#__construct() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $objectManager of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#__construct() changed from Doctrine\Common\Persistence\ObjectManager to a non-contravariant Doctrine\ORM\Mapping\ClassMetadataBuildingContext
[BC] CHANGED: The parameter $className of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#__construct() changed from no type to string
[BC] CHANGED: The parameter $objectManager of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#__construct() changed from Doctrine\Common\Persistence\ObjectManager to Doctrine\ORM\Mapping\ClassMetadataBuildingContext
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#setFoundMetadata() increased from 0 to 1
[BC] CHANGED: The return type of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#setFoundMetadata() changed from no type to void
[BC] CHANGED: The parameter $classMetadata of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#setFoundMetadata() changed from ?Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $classMetadata of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#setFoundMetadata() changed from ?Doctrine\Common\Persistence\Mapping\ClassMetadata to ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The return type of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#getFoundMetadata() changed from no type to ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The return type of Doctrine\ORM\Event\OnClassMetadataNotFoundEventArgs#getClassName() changed from no type to string
[BC] REMOVED: Method Doctrine\ORM\Event\OnClearEventArgs#getEntityClass() was removed
[BC] REMOVED: Method Doctrine\ORM\Event\OnClearEventArgs#clearsAllEntities() was removed
[BC] REMOVED: Method Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs#getObjectManager() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Event\LoadClassMetadataEventArgs have been removed: ["Doctrine\\Common\\Persistence\\Event\\LoadClassMetadataEventArgs"]
[BC] CHANGED: The return type of Doctrine\ORM\Event\LoadClassMetadataEventArgs#getEntityManager() changed from no type to Doctrine\ORM\EntityManagerInterface
[BC] CHANGED: The parameter $classMetadata of Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs#__construct() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $objectManager of Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs#__construct() changed from Doctrine\Common\Persistence\ObjectManager to a non-contravariant Doctrine\ORM\EntityManagerInterface
[BC] CHANGED: The parameter $classMetadata of Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs#__construct() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $objectManager of Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs#__construct() changed from Doctrine\Common\Persistence\ObjectManager to Doctrine\ORM\EntityManagerInterface
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs#getClassMetadata() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] ADDED: Method getIdentifierFlattener() was added to interface Doctrine\ORM\EntityManagerInterface
[BC] REMOVED: Method Doctrine\ORM\EntityManagerInterface#createNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\EntityManagerInterface#createNamedNativeQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\EntityManagerInterface#copy() was removed
[BC] CHANGED: The parameter $func of Doctrine\ORM\EntityManagerInterface#transactional() changed from no type to a non-contravariant callable
[BC] CHANGED: The parameter $func of Doctrine\ORM\EntityManagerInterface#transactional() changed from no type to callable
[BC] REMOVED: Method Doctrine\ORM\UnitOfWork#merge() was removed
[BC] REMOVED: Method Doctrine\ORM\UnitOfWork#detach() was removed
[BC] REMOVED: Method Doctrine\ORM\UnitOfWork#getCommitOrderCalculator() was removed
[BC] REMOVED: Method Doctrine\ORM\UnitOfWork#scheduleForDirtyCheck() was removed
[BC] CHANGED: The return type of Doctrine\ORM\UnitOfWork#recomputeSingleEntityChangeSet() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\UnitOfWork#scheduleForUpdate() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\UnitOfWork#scheduleExtraUpdate() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\UnitOfWork#isScheduledForUpdate() changed from no type to bool
[BC] CHANGED: The return type of Doctrine\ORM\UnitOfWork#isScheduledForDirtyCheck() changed from no type to bool
[BC] CHANGED: The parameter $association of Doctrine\ORM\UnitOfWork#getCollectionPersister() changed from array to a non-contravariant Doctrine\ORM\Mapping\ToManyAssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\UnitOfWork#getCollectionPersister() changed from array to Doctrine\ORM\Mapping\ToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\PersistentCollection#setOwner() changed from array to a non-contravariant Doctrine\ORM\Mapping\ToManyAssociationMetadata
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\UnexpectedResultException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\PessimisticLockException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Method Doctrine\ORM\Tools\ToolsException::couldNotMapDoctrine1Type() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Tools\ToolsException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataFactory#newClassMetadataInstance() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataFactory#wakeupReflection() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataFactory#initializeReflection() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataFactory#getFqcnFromAlias() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Tools\DisconnectedClassMetadataFactory have been removed: ["Doctrine\\Common\\Persistence\\Mapping\\AbstractClassMetadataFactory"]
[BC] CHANGED: The return type of Doctrine\ORM\Tools\DisconnectedClassMetadataFactory#getReflectionService() changed from no type to Doctrine\ORM\Reflection\ReflectionService
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\ClassMetadataFactory#loadMetadata() increased from 1 to 2
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#loadMetadata() changed from no type to array
[BC] CHANGED: The parameter $name of Doctrine\ORM\Mapping\ClassMetadataFactory#loadMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Mapping\ClassMetadataFactory#loadMetadata() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#initialize() changed from no type to void
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\ClassMetadataFactory#onNotFoundMetadata() increased from 1 to 2
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#onNotFoundMetadata() changed from no type to ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\ClassMetadataFactory#onNotFoundMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\ClassMetadataFactory#onNotFoundMetadata() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $parent of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $rootEntityFound of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to a non-contravariant Doctrine\ORM\Mapping\ClassMetadataBuildingContext
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to string
[BC] CHANGED: The parameter $parent of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $rootEntityFound of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to Doctrine\ORM\Mapping\ClassMetadataBuildingContext
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to void
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $parent of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $parent of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#getDriver() changed from no type to Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#isEntity() changed from no type to bool
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#isEntity() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#isEntity() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setCacheDriver() changed from no type to void
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getCacheDriver() changed from no type to ?Doctrine\Common\Cache\Cache
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getLoadedMetadata() changed from no type to array
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getAllMetadata() changed from no type to array
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getMetadataFor() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#hasMetadataFor() changed from no type to bool
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setMetadataFor() changed from no type to void
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getParentClasses() changed from no type to array
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#isTransient() changed from no type to bool
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setReflectionService() changed from no type to void
[BC] CHANGED: The parameter $reflectionService of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setReflectionService() changed from Doctrine\Common\Persistence\Mapping\ReflectionService to a non-contravariant Doctrine\ORM\Reflection\ReflectionService
[BC] CHANGED: The parameter $reflectionService of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setReflectionService() changed from Doctrine\Common\Persistence\Mapping\ReflectionService to Doctrine\ORM\Reflection\ReflectionService
[BC] REMOVED: Class Doctrine\ORM\Tools\Console\Command\ConvertDoctrine1SchemaCommand has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Console\Command\GenerateRepositoriesCommand has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Console\Command\GenerateEntitiesCommand has been deleted
[BC] REMOVED: Property Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper#$_em was removed
[BC] REMOVED: Class Doctrine\ORM\Tools\Export\Driver\PhpExporter has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Export\Driver\AnnotationExporter has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Export\Driver\AbstractExporter has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Export\Driver\YamlExporter has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Export\Driver\XmlExporter has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Export\ClassMetadataExporter has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\Export\ExportException has been deleted
[BC] REMOVED: Class Doctrine\ORM\Tools\ConvertDoctrine1Schema has been deleted
[BC] REMOVED: Method Doctrine\ORM\Tools\Setup::createYAMLMetadataConfiguration() was removed
[BC] CHANGED: The parameter $class of Doctrine\ORM\Tools\SchemaValidator#validateClass() changed from Doctrine\ORM\Mapping\ClassMetadataInfo to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $class of Doctrine\ORM\Tools\SchemaValidator#validateClass() changed from Doctrine\ORM\Mapping\ClassMetadataInfo to Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: Class Doctrine\ORM\Tools\EntityGenerator has been deleted
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getQueryComponents() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getParserResult() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getQueryComponents() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getParserResult() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getQueryComponents() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getParserResult() was removed
[BC] REMOVED: Class Doctrine\ORM\Tools\EntityRepositoryGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Proxy\Proxy has been deleted
[BC] REMOVED: Class Doctrine\ORM\Proxy\ProxyFactory has been deleted
[BC] REMOVED: Class Doctrine\ORM\Proxy\Autoloader has been deleted
[BC] REMOVED: Method Doctrine\ORM\Cache\CacheException::updateReadOnlyCollection() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\CacheException::updateReadOnlyEntity() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\CacheException::nonCacheableEntity() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\CacheException::nonCacheableEntityAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Cache\LockException have been removed: ["Doctrine\\ORM\\Cache\\CacheException","Doctrine\\ORM\\ORMException"]
[BC] CHANGED: The parameter $value of Doctrine\ORM\Cache\Lock#__construct() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $time of Doctrine\ORM\Cache\Lock#__construct() changed from no type to a non-contravariant ?int
[BC] CHANGED: The parameter $value of Doctrine\ORM\Cache\Lock#__construct() changed from no type to string
[BC] CHANGED: The parameter $time of Doctrine\ORM\Cache\Lock#__construct() changed from no type to ?int
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#$association changed from array to \Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#$queuedCache changed from array to array[]
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#__construct() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#__construct() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#$association changed from array to \Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#$queuedCache changed from array to array[]
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#__construct() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#__construct() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#$association changed from array to \Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#$queuedCache changed from array to array[]
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Collection\ReadWriteCachedCollectionPersister#__construct() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Collection\ReadWriteCachedCollectionPersister#__construct() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#$association changed from array to \Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#$queuedCache changed from array to array[]
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#__construct() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Collection\AbstractCollectionPersister#__construct() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] REMOVED: Property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$uow was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToOneEntity() was removed
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$queuedCache changed from array to array[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$joinedAssociations changed from array|null to null|string[]
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#buildCollectionCacheKey() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#buildCollectionCacheKey() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] REMOVED: Property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$uow was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToOneEntity() was removed
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$queuedCache changed from array to array[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$joinedAssociations changed from array|null to null|string[]
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#buildCollectionCacheKey() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#buildCollectionCacheKey() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] ADDED: Method getIdentifier() was added to interface Doctrine\ORM\Cache\Persister\Entity\CachedEntityPersister
[BC] ADDED: Method setIdentifier() was added to interface Doctrine\ORM\Cache\Persister\Entity\CachedEntityPersister
[BC] ADDED: Method getColumnValue() was added to interface Doctrine\ORM\Cache\Persister\Entity\CachedEntityPersister
[BC] ADDED: Method insert() was added to interface Doctrine\ORM\Cache\Persister\Entity\CachedEntityPersister
[BC] ADDED: Method loadToOneEntity() was added to interface Doctrine\ORM\Cache\Persister\Entity\CachedEntityPersister
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#getInsertSQL() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#getOwningTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#loadOneToOneEntity() was removed
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from ?array to array
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] REMOVED: Property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$uow was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToOneEntity() was removed
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$queuedCache changed from array to array[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$joinedAssociations changed from array|null to null|string[]
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#buildCollectionCacheKey() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#buildCollectionCacheKey() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] REMOVED: Property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$uow was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToOneEntity() was removed
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$queuedCache changed from array to array[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#$joinedAssociations changed from array|null to null|string[]
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#buildCollectionCacheKey() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $association of Doctrine\ORM\Cache\Persister\Entity\AbstractEntityPersister#buildCollectionCacheKey() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Cache\CacheFactory#buildCachedCollectionPersister() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Cache\CacheFactory#buildCachedCollectionPersister() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Cache\CacheFactory#buildCollectionHydrator() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Cache\CacheFactory#buildCollectionHydrator() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $cache of Doctrine\ORM\Cache\CacheFactory#getRegion() changed from array to a non-contravariant Doctrine\ORM\Mapping\CacheMetadata
[BC] CHANGED: The parameter $cache of Doctrine\ORM\Cache\CacheFactory#getRegion() changed from array to Doctrine\ORM\Mapping\CacheMetadata
[BC] CHANGED: The parameter $hash of Doctrine\ORM\Cache\QueryCacheKey#__construct() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $lifetime of Doctrine\ORM\Cache\QueryCacheKey#__construct() changed from no type to a non-contravariant int
[BC] CHANGED: The parameter $cacheMode of Doctrine\ORM\Cache\QueryCacheKey#__construct() changed from no type to a non-contravariant int
[BC] CHANGED: The parameter $hash of Doctrine\ORM\Cache\QueryCacheKey#__construct() changed from no type to string
[BC] CHANGED: The parameter $lifetime of Doctrine\ORM\Cache\QueryCacheKey#__construct() changed from no type to int
[BC] CHANGED: The parameter $cacheMode of Doctrine\ORM\Cache\QueryCacheKey#__construct() changed from no type to int
[BC] REMOVED: Class Doctrine\ORM\Cache\CacheException has been deleted
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Cache\DefaultCacheFactory#buildCachedCollectionPersister() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Cache\DefaultCacheFactory#buildCachedCollectionPersister() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Cache\DefaultCacheFactory#buildCollectionHydrator() changed from array to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Cache\DefaultCacheFactory#buildCollectionHydrator() changed from array to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $cache of Doctrine\ORM\Cache\DefaultCacheFactory#getRegion() changed from array to a non-contravariant Doctrine\ORM\Mapping\CacheMetadata
[BC] CHANGED: The parameter $cache of Doctrine\ORM\Cache\DefaultCacheFactory#getRegion() changed from array to Doctrine\ORM\Mapping\CacheMetadata
[BC] CHANGED: Class Doctrine\ORM\EntityManager became final
[BC] REMOVED: Method Doctrine\ORM\EntityManager#createNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\EntityManager#createNamedNativeQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\EntityManager#copy() was removed
[BC] CHANGED: The parameter $func of Doctrine\ORM\EntityManager#transactional() changed from no type to a non-contravariant callable
[BC] CHANGED: The parameter $func of Doctrine\ORM\EntityManager#transactional() changed from no type to callable
[BC] CHANGED: The return type of Doctrine\ORM\EntityManager#getClassMetadata() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_rsm was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_platform was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_uow was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_metadataCache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_cache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_stmt was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_hints was removed
[BC] REMOVED: Method Doctrine\ORM\Internal\Hydration\AbstractHydrator#registerManaged() was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_rsm was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_platform was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_uow was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_metadataCache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_cache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_stmt was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_hints was removed
[BC] REMOVED: Method Doctrine\ORM\Internal\Hydration\AbstractHydrator#registerManaged() was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_rsm was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_platform was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_uow was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_metadataCache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_cache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_stmt was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_hints was removed
[BC] REMOVED: Method Doctrine\ORM\Internal\Hydration\AbstractHydrator#registerManaged() was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_rsm was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_platform was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_uow was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_metadataCache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_cache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_stmt was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_hints was removed
[BC] REMOVED: Method Doctrine\ORM\Internal\Hydration\AbstractHydrator#registerManaged() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Internal\Hydration\HydrationException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_rsm was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_platform was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_uow was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_metadataCache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_cache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_stmt was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_hints was removed
[BC] REMOVED: Method Doctrine\ORM\Internal\Hydration\AbstractHydrator#registerManaged() was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_rsm was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_platform was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_uow was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_metadataCache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_cache was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_stmt was removed
[BC] REMOVED: Property Doctrine\ORM\Internal\Hydration\AbstractHydrator#$_hints was removed
[BC] REMOVED: Method Doctrine\ORM\Internal\Hydration\AbstractHydrator#registerManaged() was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Collection\AbstractCollectionPersister#$quoteStrategy was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Collection\AbstractCollectionPersister#$quoteStrategy was removed
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Persisters\Collection\ManyToManyPersister#getFilterSql() changed from no type to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Persisters\Collection\ManyToManyPersister#getFilterSql() changed from no type to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Persisters\Collection\ManyToManyPersister#getOnConditionSQL() changed from no type to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $mapping of Doctrine\ORM\Persisters\Collection\ManyToManyPersister#getOnConditionSQL() changed from no type to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] REMOVED: Property Doctrine\ORM\Persisters\Collection\AbstractCollectionPersister#$quoteStrategy was removed
[BC] REMOVED: Class Doctrine\ORM\Persisters\PersisterException has been deleted
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$queuedInserts was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$columnTypes was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$quotedColumns was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$quoteStrategy was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister#getDiscriminatorColumnTableName() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister#getOwningTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToOneEntity() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getJoinSQLForJoinColumns() was removed
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The return type of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#prepareInsertData() changed from no type to array
[BC] CHANGED: The parameter $tableAlias of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#getSelectJoinColumnSQL() changed from no type to a non-contravariant Doctrine\ORM\Mapping\JoinColumnMetadata
[BC] CHANGED: The parameter $tableAlias of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#getSelectJoinColumnSQL() changed from no type to Doctrine\ORM\Mapping\JoinColumnMetadata
[BC] CHANGED: The parameter $versionedClass of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#fetchVersionValue() changed from no type to a non-contravariant Doctrine\ORM\Mapping\VersionFieldMetadata
[BC] CHANGED: The parameter $versionedClass of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#fetchVersionValue() changed from no type to Doctrine\ORM\Mapping\VersionFieldMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from ?array to array
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectColumnAssociationSQL() changed from no type to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectColumnAssociationSQL() changed from no type to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $manyToMany of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectManyToManyJoinSQL() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $manyToMany of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectManyToManyJoinSQL() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] ADDED: Method getIdentifier() was added to interface Doctrine\ORM\Persisters\Entity\EntityPersister
[BC] ADDED: Method setIdentifier() was added to interface Doctrine\ORM\Persisters\Entity\EntityPersister
[BC] ADDED: Method getColumnValue() was added to interface Doctrine\ORM\Persisters\Entity\EntityPersister
[BC] ADDED: Method insert() was added to interface Doctrine\ORM\Persisters\Entity\EntityPersister
[BC] ADDED: Method loadToOneEntity() was added to interface Doctrine\ORM\Persisters\Entity\EntityPersister
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#getInsertSQL() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#getOwningTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\EntityPersister#loadOneToOneEntity() was removed
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#load() changed from ?array to array
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\EntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\EntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Persisters\Entity\CachedPersisterContext#$sqlTableAliases changed from array to string[]
[BC] CHANGED: The parameter $class of Doctrine\ORM\Persisters\Entity\CachedPersisterContext#__construct() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $class of Doctrine\ORM\Persisters\Entity\CachedPersisterContext#__construct() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$queuedInserts was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$columnTypes was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$quotedColumns was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$quoteStrategy was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#getDiscriminatorColumnTableName() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOwningTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToOneEntity() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getJoinSQLForJoinColumns() was removed
[BC] CHANGED: The return type of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#prepareInsertData() changed from no type to array
[BC] CHANGED: The parameter $tableAlias of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#getSelectJoinColumnSQL() changed from no type to a non-contravariant Doctrine\ORM\Mapping\JoinColumnMetadata
[BC] CHANGED: The parameter $tableAlias of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#getSelectJoinColumnSQL() changed from no type to Doctrine\ORM\Mapping\JoinColumnMetadata
[BC] CHANGED: The parameter $versionedClass of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#fetchVersionValue() changed from no type to a non-contravariant Doctrine\ORM\Mapping\VersionFieldMetadata
[BC] CHANGED: The parameter $versionedClass of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#fetchVersionValue() changed from no type to Doctrine\ORM\Mapping\VersionFieldMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from ?array to array
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectColumnAssociationSQL() changed from no type to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectColumnAssociationSQL() changed from no type to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $manyToMany of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectManyToManyJoinSQL() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $manyToMany of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectManyToManyJoinSQL() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$queuedInserts was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$columnTypes was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$quotedColumns was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$quoteStrategy was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOwningTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToOneEntity() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getJoinSQLForJoinColumns() was removed
[BC] CHANGED: The parameter $versionedClass of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#fetchVersionValue() changed from no type to a non-contravariant Doctrine\ORM\Mapping\VersionFieldMetadata
[BC] CHANGED: The parameter $versionedClass of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#fetchVersionValue() changed from no type to Doctrine\ORM\Mapping\VersionFieldMetadata
[BC] CHANGED: The return type of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#prepareInsertData() changed from no type to array
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from ?array to array
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectColumnAssociationSQL() changed from no type to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectColumnAssociationSQL() changed from no type to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $manyToMany of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectManyToManyJoinSQL() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $manyToMany of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectManyToManyJoinSQL() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$queuedInserts was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$columnTypes was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$quotedColumns was removed
[BC] REMOVED: Property Doctrine\ORM\Persisters\Entity\BasicEntityPersister#$quoteStrategy was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\SingleTablePersister#getDiscriminatorColumnTableName() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#addInsert() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#executeInserts() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOwningTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToOneEntity() was removed
[BC] REMOVED: Method Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getJoinSQLForJoinColumns() was removed
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\SingleTablePersister#getSelectConditionSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\SingleTablePersister#getSelectConditionSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The return type of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#prepareInsertData() changed from no type to array
[BC] CHANGED: The parameter $tableAlias of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#getSelectJoinColumnSQL() changed from no type to a non-contravariant Doctrine\ORM\Mapping\JoinColumnMetadata
[BC] CHANGED: The parameter $tableAlias of Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister#getSelectJoinColumnSQL() changed from no type to Doctrine\ORM\Mapping\JoinColumnMetadata
[BC] CHANGED: The parameter $versionedClass of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#fetchVersionValue() changed from no type to a non-contravariant Doctrine\ORM\Mapping\VersionFieldMetadata
[BC] CHANGED: The parameter $versionedClass of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#fetchVersionValue() changed from no type to Doctrine\ORM\Mapping\VersionFieldMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#load() changed from ?array to array
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadAll() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadManyToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadManyToManyCollection() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from NULL to array (
)
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectSQL() changed from ?array to array
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectColumnAssociationSQL() changed from no type to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectColumnAssociationSQL() changed from no type to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $manyToMany of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectManyToManyJoinSQL() changed from array to a non-contravariant Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $manyToMany of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectManyToManyJoinSQL() changed from array to Doctrine\ORM\Mapping\ManyToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionStatementSQL() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getSelectConditionStatementSQL() changed from no type to ?Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#getOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToManyCollection() changed from array to a non-contravariant Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Persisters\Entity\BasicEntityPersister#loadOneToManyCollection() changed from array to Doctrine\ORM\Mapping\OneToManyAssociationMetadata
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_resultSetMapping was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hints was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hydrationMode was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_queryCacheProfile was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_expireResultCache was removed
[BC] REMOVED: Property Doctrine\ORM\AbstractQuery#$_hydrationCacheProfile was removed
[BC] REMOVED: Method Doctrine\ORM\Query#_doExecute() was removed
[BC] REMOVED: Method Doctrine\ORM\Query#_getQueryCacheId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\TransactionRequiredException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Class Doctrine\ORM\Version has been deleted
[BC] REMOVED: Method Doctrine\ORM\Configuration#getProxyDir() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#getAutoGenerateProxyClasses() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#getProxyNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#addEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#getEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#setEntityNamespaces() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#getEntityNamespaces() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#addNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#getNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#addNamedNativeQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#getNamedNativeQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#setQuoteStrategy() was removed
[BC] REMOVED: Method Doctrine\ORM\Configuration#getQuoteStrategy() was removed
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setProxyDir() changed from no type to void
[BC] CHANGED: The parameter $dir of Doctrine\ORM\Configuration#setProxyDir() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $dir of Doctrine\ORM\Configuration#setProxyDir() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setAutoGenerateProxyClasses() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setProxyNamespace() changed from no type to void
[BC] CHANGED: The parameter $ns of Doctrine\ORM\Configuration#setProxyNamespace() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $ns of Doctrine\ORM\Configuration#setProxyNamespace() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setMetadataDriverImpl() changed from no type to void
[BC] CHANGED: The parameter $driverImpl of Doctrine\ORM\Configuration#setMetadataDriverImpl() changed from Doctrine\Common\Persistence\Mapping\Driver\MappingDriver to a non-contravariant Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The parameter $driverImpl of Doctrine\ORM\Configuration#setMetadataDriverImpl() changed from Doctrine\Common\Persistence\Mapping\Driver\MappingDriver to Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#newDefaultAnnotationDriver() changed from no type to Doctrine\ORM\Mapping\Driver\AnnotationDriver
[BC] CHANGED: The parameter $paths of Doctrine\ORM\Configuration#newDefaultAnnotationDriver() changed from no type to a non-contravariant array
[BC] CHANGED: The parameter $paths of Doctrine\ORM\Configuration#newDefaultAnnotationDriver() changed from no type to array
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getMetadataDriverImpl() changed from no type to ?Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getQueryCacheImpl() changed from no type to ?Doctrine\Common\Cache\Cache
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setQueryCacheImpl() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getHydrationCacheImpl() changed from no type to ?Doctrine\Common\Cache\Cache
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setHydrationCacheImpl() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getMetadataCacheImpl() changed from no type to ?Doctrine\Common\Cache\Cache
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setMetadataCacheImpl() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#ensureProductionSettings() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#addCustomStringFunction() changed from no type to void
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#addCustomStringFunction() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#addCustomStringFunction() changed from no type to string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getCustomStringFunction() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getCustomStringFunction() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setCustomStringFunctions() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#addCustomNumericFunction() changed from no type to void
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#addCustomNumericFunction() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#addCustomNumericFunction() changed from no type to string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getCustomNumericFunction() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getCustomNumericFunction() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setCustomNumericFunctions() changed from no type to void
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#addCustomDatetimeFunction() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#addCustomDatetimeFunction() changed from no type to string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getCustomDatetimeFunction() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getCustomDatetimeFunction() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setCustomDatetimeFunctions() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setCustomHydrationModes() changed from no type to void
[BC] CHANGED: The parameter $modes of Doctrine\ORM\Configuration#setCustomHydrationModes() changed from no type to a non-contravariant iterable
[BC] CHANGED: The parameter $modes of Doctrine\ORM\Configuration#setCustomHydrationModes() changed from no type to iterable
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getCustomHydrationMode() changed from no type to ?string
[BC] CHANGED: The parameter $modeName of Doctrine\ORM\Configuration#getCustomHydrationMode() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $modeName of Doctrine\ORM\Configuration#getCustomHydrationMode() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#addCustomHydrationMode() changed from no type to void
[BC] CHANGED: The parameter $modeName of Doctrine\ORM\Configuration#addCustomHydrationMode() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $hydrator of Doctrine\ORM\Configuration#addCustomHydrationMode() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $modeName of Doctrine\ORM\Configuration#addCustomHydrationMode() changed from no type to string
[BC] CHANGED: The parameter $hydrator of Doctrine\ORM\Configuration#addCustomHydrationMode() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setClassMetadataFactoryName() changed from no type to void
[BC] CHANGED: The parameter $cmfName of Doctrine\ORM\Configuration#setClassMetadataFactoryName() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $cmfName of Doctrine\ORM\Configuration#setClassMetadataFactoryName() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getClassMetadataFactoryName() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#addFilter() changed from no type to void
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#addFilter() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $className of Doctrine\ORM\Configuration#addFilter() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#addFilter() changed from no type to string
[BC] CHANGED: The parameter $className of Doctrine\ORM\Configuration#addFilter() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getFilterClassName() changed from no type to ?string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getFilterClassName() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getFilterClassName() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setDefaultRepositoryClassName() changed from no type to void
[BC] CHANGED: The parameter $className of Doctrine\ORM\Configuration#setDefaultRepositoryClassName() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $className of Doctrine\ORM\Configuration#setDefaultRepositoryClassName() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getDefaultRepositoryClassName() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setNamingStrategy() changed from no type to void
[BC] CHANGED: The parameter $namingStrategy of Doctrine\ORM\Configuration#setNamingStrategy() changed from Doctrine\ORM\Mapping\NamingStrategy to a non-contravariant Doctrine\ORM\Mapping\Factory\NamingStrategy
[BC] CHANGED: The parameter $namingStrategy of Doctrine\ORM\Configuration#setNamingStrategy() changed from Doctrine\ORM\Mapping\NamingStrategy to Doctrine\ORM\Mapping\Factory\NamingStrategy
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getNamingStrategy() changed from no type to ?Doctrine\ORM\Mapping\Factory\NamingStrategy
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setEntityListenerResolver() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getEntityListenerResolver() changed from no type to Doctrine\ORM\Mapping\EntityListenerResolver
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setRepositoryFactory() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getRepositoryFactory() changed from no type to Doctrine\ORM\Repository\RepositoryFactory
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#isSecondLevelCacheEnabled() changed from no type to bool
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setSecondLevelCacheEnabled() changed from no type to void
[BC] CHANGED: The parameter $flag of Doctrine\ORM\Configuration#setSecondLevelCacheEnabled() changed from no type to a non-contravariant bool
[BC] CHANGED: The parameter $flag of Doctrine\ORM\Configuration#setSecondLevelCacheEnabled() changed from no type to bool
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setSecondLevelCacheConfiguration() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getSecondLevelCacheConfiguration() changed from no type to ?Doctrine\ORM\Cache\CacheConfiguration
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#getDefaultQueryHints() changed from no type to array
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setDefaultQueryHints() changed from no type to void
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getDefaultQueryHint() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#getDefaultQueryHint() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Configuration#setDefaultQueryHint() changed from no type to void
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#setDefaultQueryHint() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Configuration#setDefaultQueryHint() changed from no type to string
[BC] CHANGED: The number of required arguments for Doctrine\DBAL\Configuration#setSQLLogger() increased from 0 to 1
[BC] CHANGED: The return type of Doctrine\DBAL\Configuration#setSQLLogger() changed from no type to void
[BC] CHANGED: The parameter $logger of Doctrine\DBAL\Configuration#setSQLLogger() changed from ?Doctrine\DBAL\Logging\SQLLogger to a non-contravariant Doctrine\DBAL\Logging\SQLLogger
[BC] CHANGED: The parameter $logger of Doctrine\DBAL\Configuration#setSQLLogger() changed from ?Doctrine\DBAL\Logging\SQLLogger to Doctrine\DBAL\Logging\SQLLogger
[BC] CHANGED: The return type of Doctrine\DBAL\Configuration#getSQLLogger() changed from no type to Doctrine\DBAL\Logging\SQLLogger
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\NoResultException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Method Doctrine\ORM\Decorator\EntityManagerDecorator#createNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Decorator\EntityManagerDecorator#createNamedNativeQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Decorator\EntityManagerDecorator#copy() was removed
[BC] CHANGED: The parameter $func of Doctrine\ORM\Decorator\EntityManagerDecorator#transactional() changed from no type to a non-contravariant callable
[BC] CHANGED: The parameter $func of Doctrine\ORM\Decorator\EntityManagerDecorator#transactional() changed from no type to callable
[BC] REMOVED: Method Doctrine\ORM\Query\ResultSetMapping#addMetadataParameterMapping() was removed
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$aliasMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$relationMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$parentAliasMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$fieldMappings changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$scalarMappings changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$typeMappings changed from array to \Doctrine\DBAL\Types\Type[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$entityMappings changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$metaMappings changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$columnOwnerMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$discriminatorColumns changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$indexByMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$declaringClasses changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$isIdentifierColumn changed from array to bool[][]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$newObjectMappings changed from array to array[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$discriminatorParameters changed from array to string[]
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Query\ResultSetMapping#addScalarResult() increased from 2 to 3
[BC] CHANGED: The parameter $type of Doctrine\ORM\Query\ResultSetMapping#addScalarResult() changed from no type to a non-contravariant Doctrine\DBAL\Types\Type
[BC] CHANGED: The parameter $type of Doctrine\ORM\Query\ResultSetMapping#addScalarResult() changed from no type to Doctrine\DBAL\Types\Type
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Query\ResultSetMapping#addMetaResult() increased from 3 to 5
[BC] CHANGED: The parameter $type of Doctrine\ORM\Query\ResultSetMapping#addMetaResult() changed from no type to a non-contravariant Doctrine\DBAL\Types\Type
[BC] CHANGED: The parameter $type of Doctrine\ORM\Query\ResultSetMapping#addMetaResult() changed from no type to Doctrine\DBAL\Types\Type
[BC] CHANGED: The parameter $query of Doctrine\ORM\Query\SqlWalker#__construct() changed from no type to a non-contravariant Doctrine\ORM\AbstractQuery
[BC] CHANGED: The parameter $parserResult of Doctrine\ORM\Query\SqlWalker#__construct() changed from no type to a non-contravariant Doctrine\ORM\Query\ParserResult
[BC] CHANGED: The parameter $query of Doctrine\ORM\Query\SqlWalker#__construct() changed from no type to Doctrine\ORM\AbstractQuery
[BC] CHANGED: The parameter $parserResult of Doctrine\ORM\Query\SqlWalker#__construct() changed from no type to Doctrine\ORM\Query\ParserResult
[BC] REMOVED: Property Doctrine\ORM\Query\Exec\AbstractSqlExecutor#$_sqlStatements was removed
[BC] REMOVED: Property Doctrine\ORM\Query\Exec\AbstractSqlExecutor#$_sqlStatements was removed
[BC] REMOVED: Property Doctrine\ORM\Query\Exec\AbstractSqlExecutor#$_sqlStatements was removed
[BC] REMOVED: Property Doctrine\ORM\Query\Exec\AbstractSqlExecutor#$_sqlStatements was removed
[BC] REMOVED: Property Doctrine\ORM\Query\Exec\AbstractSqlExecutor#$_sqlStatements was removed
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\ConditionalTerm#$conditionalFactors changed from array to \Doctrine\ORM\Query\AST\ConditionalFactor[]
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Query\AST\ASTException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Query\QueryException::iterateWithFetchJoinNotAllowed() changed from no type to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Query\QueryException::iterateWithFetchJoinNotAllowed() changed from no type to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\CoalesceExpression#$scalarExpressions changed from array to \Doctrine\ORM\Query\AST\Node[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\GroupByClause#$groupByItems changed from array to \Doctrine\ORM\Query\Expr\GroupBy[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\FromClause#$identificationVariableDeclarations changed from array to \Doctrine\ORM\Query\AST\IdentificationVariableDeclaration[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\ArithmeticTerm#$arithmeticFactors changed from array to \Doctrine\ORM\Query\AST\ArithmeticFactor[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\OrderByClause#$orderByItems changed from array to \Doctrine\ORM\Query\AST\OrderByItem[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\ArithmeticFactor#$arithmeticPrimary changed from mixed to \Doctrine\ORM\Query\AST\Node
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\IdentificationVariableDeclaration#$joins changed from array to \Doctrine\ORM\Query\AST\Join[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\SelectClause#$selectExpressions changed from array to \Doctrine\ORM\Query\AST\SelectExpression[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\SimpleCaseExpression#$simpleWhenClauses changed from array to \Doctrine\ORM\Query\AST\SimpleWhenClause[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\UpdateClause#$updateItems changed from array to \Doctrine\ORM\Query\AST\UpdateItem[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\SimpleArithmeticExpression#$arithmeticTerms changed from array to \Doctrine\ORM\Query\AST\ArithmeticTerm[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\GeneralCaseExpression#$whenClauses changed from array to \Doctrine\ORM\Query\AST\WhenClause[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\ConditionalExpression#$conditionalTerms changed from array to \Doctrine\ORM\Query\AST\ConditionalTerm[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\SubselectFromClause#$identificationVariableDeclarations changed from array to \Doctrine\ORM\Query\AST\IdentificationVariableDeclaration[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\AST\InExpression#$literals changed from array to \Doctrine\ORM\Query\AST\Literal[]
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Query\QueryException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Query\QueryException::iterateWithFetchJoinNotAllowed() changed from no type to a non-contravariant Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: The parameter $assoc of Doctrine\ORM\Query\QueryException::iterateWithFetchJoinNotAllowed() changed from no type to Doctrine\ORM\Mapping\AssociationMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\Expr\Select#$allowedClasses changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\Expr\Base#$allowedClasses changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\Expr\Base#$allowedClasses changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\Expr\Andx#$allowedClasses changed from array to string[]
[BC] CHANGED: Property Doctrine\ORM\Query\Expr\Andx#$allowedClasses changed default value from array (
0 => 'Doctrine\\ORM\\Query\\Expr\\Comparison',
1 => 'Doctrine\\ORM\\Query\\Expr\\Func',
2 => 'Doctrine\\ORM\\Query\\Expr\\Orx',
3 => 'Doctrine\\ORM\\Query\\Expr\\Andx',
) to array (
0 => 'Doctrine\\ORM\\Query\\Expr\\Comparison',
1 => 'Doctrine\\ORM\\Query\\Expr\\Func',
2 => 'Doctrine\\ORM\\Query\\Expr\\Orx',
3 => 'self',
)
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\Expr\Orx#$allowedClasses changed from array to string[]
[BC] CHANGED: Property Doctrine\ORM\Query\Expr\Orx#$allowedClasses changed default value from array (
0 => 'Doctrine\\ORM\\Query\\Expr\\Comparison',
1 => 'Doctrine\\ORM\\Query\\Expr\\Func',
2 => 'Doctrine\\ORM\\Query\\Expr\\Andx',
3 => 'Doctrine\\ORM\\Query\\Expr\\Orx',
) to array (
0 => 'Doctrine\\ORM\\Query\\Expr\\Comparison',
1 => 'Doctrine\\ORM\\Query\\Expr\\Func',
2 => 'Doctrine\\ORM\\Query\\Expr\\Andx',
3 => 'self',
)
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\Expr\OrderBy#$allowedClasses changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\Expr\Base#$allowedClasses changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\Expr\Base#$allowedClasses changed from array to string[]
[BC] REMOVED: Property Doctrine\ORM\Query\Printer#$_indent was removed
[BC] REMOVED: Property Doctrine\ORM\Query\Printer#$_silent was removed
[BC] REMOVED: Method Doctrine\ORM\Query\ResultSetMappingBuilder#addNamedNativeQueryMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\ResultSetMappingBuilder#addNamedNativeQueryResultClassMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\ResultSetMappingBuilder#addNamedNativeQueryResultSetMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\ResultSetMappingBuilder#addNamedNativeQueryEntityResultMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\ResultSetMapping#addMetadataParameterMapping() was removed
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$aliasMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$relationMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$parentAliasMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$fieldMappings changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$scalarMappings changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$typeMappings changed from array to \Doctrine\DBAL\Types\Type[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$entityMappings changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$metaMappings changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$columnOwnerMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$discriminatorColumns changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$indexByMap changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$declaringClasses changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$isIdentifierColumn changed from array to bool[][]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$newObjectMappings changed from array to array[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Query\ResultSetMapping#$discriminatorParameters changed from array to string[]
[BC] CHANGED: The parameter $class of Doctrine\ORM\Query\ResultSetMappingBuilder#addRootEntityFromClassMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $alias of Doctrine\ORM\Query\ResultSetMappingBuilder#addRootEntityFromClassMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $renamedColumns of Doctrine\ORM\Query\ResultSetMappingBuilder#addRootEntityFromClassMetadata() changed from no type to a non-contravariant array
[BC] CHANGED: The parameter $renameMode of Doctrine\ORM\Query\ResultSetMappingBuilder#addRootEntityFromClassMetadata() changed from no type to a non-contravariant ?int
[BC] CHANGED: The parameter $class of Doctrine\ORM\Query\ResultSetMappingBuilder#addRootEntityFromClassMetadata() changed from no type to string
[BC] CHANGED: The parameter $alias of Doctrine\ORM\Query\ResultSetMappingBuilder#addRootEntityFromClassMetadata() changed from no type to string
[BC] CHANGED: The parameter $renamedColumns of Doctrine\ORM\Query\ResultSetMappingBuilder#addRootEntityFromClassMetadata() changed from no type to array
[BC] CHANGED: The parameter $renameMode of Doctrine\ORM\Query\ResultSetMappingBuilder#addRootEntityFromClassMetadata() changed from no type to ?int
[BC] CHANGED: The parameter $class of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $alias of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $parentAlias of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $relation of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $renamedColumns of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to a non-contravariant array
[BC] CHANGED: The parameter $renameMode of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to a non-contravariant ?int
[BC] CHANGED: The parameter $class of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to string
[BC] CHANGED: The parameter $alias of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to string
[BC] CHANGED: The parameter $parentAlias of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to string
[BC] CHANGED: The parameter $relation of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to string
[BC] CHANGED: The parameter $renamedColumns of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to array
[BC] CHANGED: The parameter $renameMode of Doctrine\ORM\Query\ResultSetMappingBuilder#addJoinedEntityFromClassMetadata() changed from no type to ?int
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Query\ResultSetMappingBuilder#addAllClassFields() increased from 2 to 4
[BC] CHANGED: The return type of Doctrine\ORM\Query\ResultSetMappingBuilder#addAllClassFields() changed from no type to void
[BC] CHANGED: The parameter $class of Doctrine\ORM\Query\ResultSetMappingBuilder#addAllClassFields() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $alias of Doctrine\ORM\Query\ResultSetMappingBuilder#addAllClassFields() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $columnAliasMap of Doctrine\ORM\Query\ResultSetMappingBuilder#addAllClassFields() changed from no type to a non-contravariant array
[BC] CHANGED: The parameter $class of Doctrine\ORM\Query\ResultSetMappingBuilder#addAllClassFields() changed from no type to string
[BC] CHANGED: The parameter $alias of Doctrine\ORM\Query\ResultSetMappingBuilder#addAllClassFields() changed from no type to string
[BC] CHANGED: The parameter $columnAliasMap of Doctrine\ORM\Query\ResultSetMappingBuilder#addAllClassFields() changed from no type to array
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Query\ResultSetMapping#addScalarResult() increased from 2 to 3
[BC] CHANGED: The parameter $type of Doctrine\ORM\Query\ResultSetMapping#addScalarResult() changed from no type to a non-contravariant Doctrine\DBAL\Types\Type
[BC] CHANGED: The parameter $type of Doctrine\ORM\Query\ResultSetMapping#addScalarResult() changed from no type to Doctrine\DBAL\Types\Type
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Query\ResultSetMapping#addMetaResult() increased from 3 to 5
[BC] CHANGED: The parameter $type of Doctrine\ORM\Query\ResultSetMapping#addMetaResult() changed from no type to a non-contravariant Doctrine\DBAL\Types\Type
[BC] CHANGED: The parameter $type of Doctrine\ORM\Query\ResultSetMapping#addMetaResult() changed from no type to Doctrine\DBAL\Types\Type
[BC] CHANGED: The parameter $query of Doctrine\ORM\Query\TreeWalker#__construct() changed from no type to a non-contravariant Doctrine\ORM\AbstractQuery
[BC] CHANGED: The parameter $parserResult of Doctrine\ORM\Query\TreeWalker#__construct() changed from no type to a non-contravariant Doctrine\ORM\Query\ParserResult
[BC] CHANGED: The parameter $query of Doctrine\ORM\Query\TreeWalker#__construct() changed from no type to Doctrine\ORM\AbstractQuery
[BC] CHANGED: The parameter $parserResult of Doctrine\ORM\Query\TreeWalker#__construct() changed from no type to Doctrine\ORM\Query\ParserResult
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getQueryComponents() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Query\TreeWalkerAdapter#_getParserResult() was removed
[BC] REMOVED: Class Doctrine\ORM\Mapping\Builder\EntityListenerBuilder has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Builder\AssociationBuilder has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Builder\ClassMetadataBuilder has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Builder\ManyToManyAssociationBuilder has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Builder\EmbeddedBuilder has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Builder\FieldBuilder has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Builder\OneToManyAssociationBuilder has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\SequenceGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\EntityListeners has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\NamedQuery has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\DiscriminatorMap has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\DefaultNamingStrategy has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\NamedNativeQuery has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Reflection\ReflectionPropertiesGetter has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\HasLifecycleCallbacks has been deleted
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ReflectionEmbeddedProperty#setValue() changed from no type to void
[BC] REMOVED: Class Doctrine\ORM\Mapping\ManyToOne has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\PostLoad has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\NamingStrategy has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\PostRemove has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Embeddable has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Cache has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\PreFlush has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\DiscriminatorColumn has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Embedded has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Index has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Driver\YamlDriver has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Driver\PHPDriver has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Driver\StaticPHPDriver has been deleted
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\Driver\AnnotationDriver have been removed: ["Doctrine\\Common\\Persistence\\Mapping\\Driver\\AnnotationDriver","Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriver"]
[BC] CHANGED: Type documentation for property Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver#$reader changed from \Doctrine\Common\Annotations\Reader to \Doctrine\Common\Annotations\AnnotationReader
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\Driver\AnnotationDriver#$entityAnnotationClasses changed from having no type to int[]
[BC] CHANGED: Property Doctrine\ORM\Mapping\Driver\AnnotationDriver#$entityAnnotationClasses changed default value from array (
'Doctrine\\ORM\\Mapping\\Entity' => 1,
'Doctrine\\ORM\\Mapping\\MappedSuperclass' => 2,
) to array (
'Doctrine\\ORM\\Annotation\\Entity' => 1,
'Doctrine\\ORM\\Annotation\\MappedSuperclass' => 2,
)
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\Driver\AnnotationDriver#loadMetadataForClass() increased from 2 to 3
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\Driver\AnnotationDriver#loadMetadataForClass() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\Driver\AnnotationDriver#loadMetadataForClass() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $metadata of Doctrine\ORM\Mapping\Driver\AnnotationDriver#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\Driver\AnnotationDriver#loadMetadataForClass() changed from no type to string
[BC] CHANGED: The parameter $metadata of Doctrine\ORM\Mapping\Driver\AnnotationDriver#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $reader of Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver#__construct() changed from no type to a non-contravariant Doctrine\Common\Annotations\Reader
[BC] CHANGED: The parameter $reader of Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver#__construct() changed from no type to Doctrine\Common\Annotations\Reader
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\Driver\XmlDriver have been removed: ["Doctrine\\Common\\Persistence\\Mapping\\Driver\\FileDriver","Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriver"]
[BC] CHANGED: Type documentation for property Doctrine\Common\Persistence\Mapping\Driver\FileDriver#$classCache changed from \Doctrine\Common\Persistence\Mapping\ClassMetadata[]|null to array|null
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() increased from 2 to 3
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $metadata of Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() changed from no type to string
[BC] CHANGED: The parameter $metadata of Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: Class Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver has been deleted
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver have been removed: ["Doctrine\\Common\\Persistence\\Mapping\\Driver\\FileDriver","Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriver"]
[BC] CHANGED: Type documentation for property Doctrine\Common\Persistence\Mapping\Driver\FileDriver#$classCache changed from \Doctrine\Common\Persistence\Mapping\ClassMetadata[]|null to array|null
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() increased from 2 to 3
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $metadata of Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() changed from no type to string
[BC] CHANGED: The parameter $metadata of Doctrine\ORM\Mapping\Driver\XmlDriver#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\Driver\DatabaseDriver have been removed: ["Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriver"]
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\Driver\DatabaseDriver#loadMetadataForClass() increased from 2 to 3
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\Driver\DatabaseDriver#loadMetadataForClass() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $metadata of Doctrine\ORM\Mapping\Driver\DatabaseDriver#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\Driver\DatabaseDriver#loadMetadataForClass() changed from no type to string
[BC] CHANGED: The parameter $metadata of Doctrine\ORM\Mapping\Driver\DatabaseDriver#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\Driver\DriverChain have been removed: ["Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain","Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriver"]
[BC] CHANGED: The parameter $driver of Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#setDefaultDriver() changed from Doctrine\Common\Persistence\Mapping\Driver\MappingDriver to a non-contravariant Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The parameter $driver of Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#setDefaultDriver() changed from Doctrine\Common\Persistence\Mapping\Driver\MappingDriver to Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The parameter $nestedDriver of Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#addDriver() changed from Doctrine\Common\Persistence\Mapping\Driver\MappingDriver to a non-contravariant Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The parameter $nestedDriver of Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#addDriver() changed from Doctrine\Common\Persistence\Mapping\Driver\MappingDriver to Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The number of required arguments for Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#loadMetadataForClass() increased from 2 to 3
[BC] CHANGED: The parameter $className of Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#loadMetadataForClass() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $metadata of Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $className of Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#loadMetadataForClass() changed from no type to string
[BC] CHANGED: The parameter $metadata of Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain#loadMetadataForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: Class Doctrine\ORM\Mapping\FieldResult has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\ColumnResult has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\JoinColumns has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Table has been deleted
[BC] REMOVED: Property Doctrine\ORM\Mapping\ChangeTrackingPolicy#$value was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\ChangeTrackingPolicy have been removed: ["Doctrine\\ORM\\Mapping\\Annotation"]
[BC] REMOVED: Class Doctrine\ORM\Mapping\JoinColumn has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Column has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\PostPersist has been deleted
[BC] REMOVED: Property Doctrine\ORM\Mapping\InheritanceType#$value was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\InheritanceType have been removed: ["Doctrine\\ORM\\Mapping\\Annotation"]
[BC] REMOVED: Class Doctrine\ORM\Mapping\OneToOne has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\OrderBy has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\CustomIdGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\AttributeOverride has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\OneToMany has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\MappedSuperclass has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\PreUpdate has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Version has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\JoinTable has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\AnsiQuoteStrategy has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\AttributeOverrides has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Annotation has been deleted
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::INHERITANCE_TYPE_NONE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::INHERITANCE_TYPE_JOINED was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::INHERITANCE_TYPE_SINGLE_TABLE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::INHERITANCE_TYPE_TABLE_PER_CLASS was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::GENERATOR_TYPE_AUTO was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::GENERATOR_TYPE_SEQUENCE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::GENERATOR_TYPE_TABLE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::GENERATOR_TYPE_IDENTITY was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::GENERATOR_TYPE_NONE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::GENERATOR_TYPE_UUID was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::GENERATOR_TYPE_CUSTOM was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::CHANGETRACKING_DEFERRED_IMPLICIT was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::CHANGETRACKING_DEFERRED_EXPLICIT was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::CHANGETRACKING_NOTIFY was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::FETCH_LAZY was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::FETCH_EAGER was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::FETCH_EXTRA_LAZY was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::ONE_TO_ONE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::MANY_TO_ONE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::ONE_TO_MANY was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::MANY_TO_MANY was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::TO_ONE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::TO_MANY was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::CACHE_USAGE_READ_ONLY was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::CACHE_USAGE_NONSTRICT_READ_WRITE was removed
[BC] REMOVED: Constant Doctrine\ORM\Mapping\ClassMetadata::CACHE_USAGE_READ_WRITE was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$name was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$namespace was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$rootEntityName was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$customGeneratorDefinition was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$parentClasses was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$embeddedClasses was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$namedQueries was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$namedNativeQueries was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$sqlResultSetMappings was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$generatorType was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$fieldMappings was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$columnNames was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$associationMappings was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$isIdentifierComposite was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$containsForeignIdentifier was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$idGenerator was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$sequenceGeneratorDefinition was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$tableGeneratorDefinition was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$isVersioned was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$versionField was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$reflClass was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$isReadOnly was removed
[BC] REMOVED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$reflFields was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getReflectionProperties() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getReflectionProperty() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getSingleIdReflectionProperty() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getIdentifierValues() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setIdentifierValues() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setFieldValue() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getFieldValue() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#newInstance() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#initializeReflection() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#enableCache() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#enableAssociationCache() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getAssociationCacheDefaults() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isChangeTrackingDeferredExplicit() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isChangeTrackingDeferredImplicit() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isChangeTrackingNotify() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isUniqueField() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isNullable() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getColumnName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getFieldMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getAssociationMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getAssociationMappings() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getFieldName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getNamedQueries() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getNamedNativeQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getNamedNativeQueries() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getSqlResultSetMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getSqlResultSetMappings() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#_validateAndCompleteFieldMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#_validateAndCompleteAssociationMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#_validateAndCompleteOneToOneMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#_validateAndCompleteOneToManyMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#_validateAndCompleteManyToManyMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getSingleIdentifierColumnName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getColumnNames() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getIdentifierColumnNames() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setIdGeneratorType() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#usesIdGenerator() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isInheritanceTypeNone() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isInheritanceTypeJoined() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isInheritanceTypeSingleTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isInheritanceTypeTablePerClass() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isIdGeneratorIdentity() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isIdGeneratorSequence() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isIdGeneratorTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isIdentifierNatural() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isIdentifierUuid() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getTypeOfField() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getTypeOfColumn() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setParentClasses() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setAssociationOverride() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setAttributeOverride() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isInheritedField() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isInheritedAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isInheritedEmbeddedClass() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setTableName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setPrimaryTable() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#mapField() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#addInheritedAssociationMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#addInheritedFieldMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#addNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#addNamedNativeQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#addSqlResultSetMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#mapOneToOne() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#mapOneToMany() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#mapManyToOne() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#mapManyToMany() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#_storeAssociationMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setCustomRepositoryClass() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#invokeLifecycleCallbacks() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#hasNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#hasNamedNativeQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#hasSqlResultSetMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#hasAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isSingleValuedAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isCollectionValuedAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isAssociationWithSingleJoinColumn() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getSingleAssociationJoinColumnName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getSingleAssociationReferencedJoinColumnName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getFieldForColumn() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setIdGenerator() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setCustomGeneratorDefinition() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setSequenceGeneratorDefinition() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setVersionMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setVersioned() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#setVersionField() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#markReadOnly() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getFieldNames() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getAssociationNames() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getAssociationTargetClass() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getQuotedIdentifierColumnNames() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getQuotedColumnName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getQuotedTableName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getQuotedJoinTableName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#isAssociationInverseSide() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getAssociationMappedByTargetField() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getAssociationsByTargetClass() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#fullyQualifiedClassName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getMetadataValue() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getSequenceName() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataInfo#getSequencePrefix() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\ClassMetadata have been removed: ["Doctrine\\ORM\\Mapping\\ClassMetadataInfo","Doctrine\\Common\\Persistence\\Mapping\\ClassMetadata"]
[BC] CHANGED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$customRepositoryClassName visibility reduced from public to protected
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$subClasses changed from array to string[]
[BC] CHANGED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$subClasses visibility reduced from public to protected
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$identifier changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$inheritanceType changed from int to string
[BC] CHANGED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$inheritanceType changed default value from 1 to 'NONE'
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$fieldNames changed from array to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$discriminatorMap changed from mixed to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$discriminatorColumn changed from array to \Doctrine\ORM\Mapping\DiscriminatorColumnMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$table changed from array to \Doctrine\ORM\Mapping\TableMetadata
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$lifecycleCallbacks changed from array[] to string[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$entityListeners changed from array to array[]
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$changeTrackingPolicy changed from int to string
[BC] CHANGED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$changeTrackingPolicy changed default value from 1 to 'DEFERRED_IMPLICIT'
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$cache changed from array to \Doctrine\ORM\Mapping\CacheMetadata|null
[BC] CHANGED: Property Doctrine\ORM\Mapping\ClassMetadataInfo#$cache visibility reduced from public to protected
[BC] CHANGED: Type documentation for property Doctrine\ORM\Mapping\ClassMetadataInfo#$namingStrategy changed from \Doctrine\ORM\Mapping\NamingStrategy to \Doctrine\ORM\Mapping\Factory\NamingStrategy
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\ClassMetadataInfo#__construct() increased from 1 to 2
[BC] CHANGED: The parameter $entityName of Doctrine\ORM\Mapping\ClassMetadataInfo#__construct() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $namingStrategy of Doctrine\ORM\Mapping\ClassMetadataInfo#__construct() changed from ?Doctrine\ORM\Mapping\NamingStrategy to a non-contravariant Doctrine\ORM\Mapping\ClassMetadataBuildingContext
[BC] CHANGED: The parameter $entityName of Doctrine\ORM\Mapping\ClassMetadataInfo#__construct() changed from no type to string
[BC] CHANGED: The parameter $namingStrategy of Doctrine\ORM\Mapping\ClassMetadataInfo#__construct() changed from ?Doctrine\ORM\Mapping\NamingStrategy to Doctrine\ORM\Mapping\ClassMetadataBuildingContext
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#wakeupReflection() changed from no type to void
[BC] CHANGED: The parameter $reflService of Doctrine\ORM\Mapping\ClassMetadataInfo#wakeupReflection() changed from no type to a non-contravariant Doctrine\ORM\Reflection\ReflectionService
[BC] CHANGED: The parameter $reflService of Doctrine\ORM\Mapping\ClassMetadataInfo#wakeupReflection() changed from no type to Doctrine\ORM\Reflection\ReflectionService
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#validateIdentifier() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#validateAssociations() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#validateLifecycleCallbacks() changed from no type to void
[BC] CHANGED: The parameter $reflService of Doctrine\ORM\Mapping\ClassMetadataInfo#validateLifecycleCallbacks() changed from no type to a non-contravariant Doctrine\ORM\Reflection\ReflectionService
[BC] CHANGED: The parameter $reflService of Doctrine\ORM\Mapping\ClassMetadataInfo#validateLifecycleCallbacks() changed from no type to Doctrine\ORM\Reflection\ReflectionService
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#getReflectionClass() changed from no type to ?ReflectionClass
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#setChangeTrackingPolicy() changed from no type to void
[BC] CHANGED: The parameter $policy of Doctrine\ORM\Mapping\ClassMetadataInfo#setChangeTrackingPolicy() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $policy of Doctrine\ORM\Mapping\ClassMetadataInfo#setChangeTrackingPolicy() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#isIdentifier() changed from no type to bool
[BC] CHANGED: The parameter $fieldName of Doctrine\ORM\Mapping\ClassMetadataInfo#isIdentifier() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $fieldName of Doctrine\ORM\Mapping\ClassMetadataInfo#isIdentifier() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#getTableName() changed from no type to ?string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#getSchemaName() changed from no type to ?string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#getTemporaryIdTableName() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#setSubclasses() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#setInheritanceType() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#setLifecycleCallbacks() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#addEntityListener() changed from no type to void
[BC] CHANGED: The parameter $eventName of Doctrine\ORM\Mapping\ClassMetadataInfo#addEntityListener() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataInfo#addEntityListener() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $method of Doctrine\ORM\Mapping\ClassMetadataInfo#addEntityListener() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $eventName of Doctrine\ORM\Mapping\ClassMetadataInfo#addEntityListener() changed from no type to string
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataInfo#addEntityListener() changed from no type to string
[BC] CHANGED: The parameter $method of Doctrine\ORM\Mapping\ClassMetadataInfo#addEntityListener() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#setDiscriminatorColumn() changed from no type to void
[BC] CHANGED: The parameter $columnDef of Doctrine\ORM\Mapping\ClassMetadataInfo#setDiscriminatorColumn() changed from no type to a non-contravariant Doctrine\ORM\Mapping\DiscriminatorColumnMetadata
[BC] CHANGED: The parameter $columnDef of Doctrine\ORM\Mapping\ClassMetadataInfo#setDiscriminatorColumn() changed from no type to Doctrine\ORM\Mapping\DiscriminatorColumnMetadata
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#setDiscriminatorMap() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#addDiscriminatorMapClass() changed from no type to void
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\ClassMetadataInfo#addDiscriminatorMapClass() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\ClassMetadataInfo#addDiscriminatorMapClass() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#mapEmbedded() changed from no type to void
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataInfo#inlineEmbeddable() changed from no type to void
[BC] CHANGED: The parameter $embeddable of Doctrine\ORM\Mapping\ClassMetadataInfo#inlineEmbeddable() changed from Doctrine\ORM\Mapping\ClassMetadataInfo to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $embeddable of Doctrine\ORM\Mapping\ClassMetadataInfo#inlineEmbeddable() changed from Doctrine\ORM\Mapping\ClassMetadataInfo to Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: Class Doctrine\ORM\Mapping\QuoteStrategy has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\EntityResult has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\ManyToMany has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\PreRemove has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\GeneratedValue has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\UnderscoreNamingStrategy has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\UniqueConstraint has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\PrePersist has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\Entity has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\NamedNativeQueries has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\AssociationOverrides has been deleted
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataFactory#newClassMetadataInstance() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataFactory#wakeupReflection() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataFactory#initializeReflection() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\ClassMetadataFactory#getFqcnFromAlias() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\ClassMetadataFactory have been removed: ["Doctrine\\Common\\Persistence\\Mapping\\AbstractClassMetadataFactory"]
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\ClassMetadataFactory#loadMetadata() increased from 1 to 2
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#loadMetadata() changed from no type to array
[BC] CHANGED: The parameter $name of Doctrine\ORM\Mapping\ClassMetadataFactory#loadMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $name of Doctrine\ORM\Mapping\ClassMetadataFactory#loadMetadata() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#initialize() changed from no type to void
[BC] CHANGED: The number of required arguments for Doctrine\ORM\Mapping\ClassMetadataFactory#onNotFoundMetadata() increased from 1 to 2
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#onNotFoundMetadata() changed from no type to ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\ClassMetadataFactory#onNotFoundMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $className of Doctrine\ORM\Mapping\ClassMetadataFactory#onNotFoundMetadata() changed from no type to string
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to a non-contravariant string
[BC] CHANGED: The parameter $parent of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $rootEntityFound of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to a non-contravariant Doctrine\ORM\Mapping\ClassMetadataBuildingContext
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to string
[BC] CHANGED: The parameter $parent of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $rootEntityFound of Doctrine\ORM\Mapping\ClassMetadataFactory#doLoadMetadata() changed from no type to Doctrine\ORM\Mapping\ClassMetadataBuildingContext
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to void
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $parent of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to a non-contravariant ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $parent of Doctrine\ORM\Mapping\ClassMetadataFactory#validateRuntimeMetadata() changed from no type to ?Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#getDriver() changed from no type to Doctrine\ORM\Mapping\Driver\MappingDriver
[BC] CHANGED: The return type of Doctrine\ORM\Mapping\ClassMetadataFactory#isEntity() changed from no type to bool
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#isEntity() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The parameter $class of Doctrine\ORM\Mapping\ClassMetadataFactory#isEntity() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setCacheDriver() changed from no type to void
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getCacheDriver() changed from no type to ?Doctrine\Common\Cache\Cache
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getLoadedMetadata() changed from no type to array
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getAllMetadata() changed from no type to array
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getMetadataFor() changed from no type to Doctrine\ORM\Mapping\ClassMetadata
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#hasMetadataFor() changed from no type to bool
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setMetadataFor() changed from no type to void
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getParentClasses() changed from no type to array
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#isTransient() changed from no type to bool
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setReflectionService() changed from no type to void
[BC] CHANGED: The parameter $reflectionService of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setReflectionService() changed from Doctrine\Common\Persistence\Mapping\ReflectionService to a non-contravariant Doctrine\ORM\Reflection\ReflectionService
[BC] CHANGED: The parameter $reflectionService of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#setReflectionService() changed from Doctrine\Common\Persistence\Mapping\ReflectionService to Doctrine\ORM\Reflection\ReflectionService
[BC] CHANGED: The return type of Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory#getReflectionService() changed from no type to Doctrine\ORM\Reflection\ReflectionService
[BC] REMOVED: Class Doctrine\ORM\Mapping\Id has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\SqlResultSetMapping has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\AssociationOverride has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\PostUpdate has been deleted
[BC] REMOVED: Method Doctrine\ORM\Mapping\MappingException::emptyQueryMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\MappingException::nameIsMandatoryForQueryMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\MappingException::duplicateFieldMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\Mapping\MappingException::duplicateAssociationMapping() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\Mapping\MappingException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Class Doctrine\ORM\Mapping\SqlResultSetMappings has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\NamedQueries has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\DefaultQuoteStrategy has been deleted
[BC] REMOVED: Class Doctrine\ORM\Mapping\ClassMetadataInfo has been deleted
[BC] REMOVED: Property Doctrine\ORM\EntityRepository#$_entityName was removed
[BC] REMOVED: Property Doctrine\ORM\EntityRepository#$_em was removed
[BC] REMOVED: Property Doctrine\ORM\EntityRepository#$_class was removed
[BC] REMOVED: Method Doctrine\ORM\EntityRepository#createNamedQuery() was removed
[BC] REMOVED: Method Doctrine\ORM\EntityRepository#createNativeNamedQuery() was removed
[BC] CHANGED: Default parameter value for for parameter $orderBy of Doctrine\ORM\EntityRepository#findOneBy() changed from NULL to array (
)
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\EntityRepository#findOneBy() changed from ?array to a non-contravariant array
[BC] CHANGED: The parameter $orderBy of Doctrine\ORM\EntityRepository#findOneBy() changed from ?array to array
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\EntityNotFoundException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Class Doctrine\ORM\Id\SequenceGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Id\TableGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Id\UuidGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Id\AbstractIdGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Id\IdentityGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Id\BigIntegerIdentityGenerator has been deleted
[BC] REMOVED: Class Doctrine\ORM\Id\AssignedGenerator has been deleted
[BC] REMOVED: Method Doctrine\ORM\Utility\PersisterHelper::getTypeOfField() was removed
[BC] CHANGED: The parameter $rootClassMetadata of Doctrine\ORM\Utility\HierarchyDiscriminatorResolver::resolveDiscriminatorsForClass() changed from Doctrine\Common\Persistence\Mapping\ClassMetadata to a non-contravariant Doctrine\ORM\Mapping\ClassMetadata
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingMappingDriverImpl() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::namedNativeQueryNotFound() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingForeignAssignedId() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityMissingAssignedIdForField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unexpectedAssociationValue() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidOrientation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFlushMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::entityManagerClosed() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidHydrationMode() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::mismatchedEventManager() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::findByRequiresParameter() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidMagicCall() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidFindByInverseAssociation() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidResultCacheDriver() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::notSupported() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheNotConfigured() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::queryCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::metadataCacheUsesNonPersistentCache() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::proxyClassesAlwaysRegenerating() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unknownEntityNamespace() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::invalidEntityRepository() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::missingIdentifierField() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::unrecognizedIdentifierFields() was removed
[BC] REMOVED: Method Doctrine\ORM\ORMException::cantUseInOperatorOnCompositeKeys() was removed
[BC] REMOVED: These ancestors of Doctrine\ORM\NonUniqueResultException have been removed: ["Doctrine\\ORM\\ORMException"]
[BC] REMOVED: Class Doctrine\ORM\ORMException has been deleted
1624 backwards-incompatible changes detected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment