mirror of
https://github.com/doctrine/DoctrinePHPCRBundle.git
synced 2026-03-23 22:32:20 +01:00
Add UPGRADE file
This commit is contained in:
11
UPGRADE-2.4.md
Normal file
11
UPGRADE-2.4.md
Normal file
@@ -0,0 +1,11 @@
|
||||
UPGRADE FROM 2.x to 2.3
|
||||
=======================
|
||||
|
||||
* [BC Break] In order to have compatibility with Symfony 6, return types have been added to the following methods:
|
||||
* `Doctrine\Bundle\PHPCRBundle\DependencyInjection\DoctrinePHPCRExtension::getMappingObjectDefaultName()`
|
||||
* `Doctrine\Bundle\PHPCRBundle\DependencyInjection\DoctrinePHPCRExtension::getMappingResourceConfigDirectory()`
|
||||
* `Doctrine\Bundle\PHPCRBundle\DependencyInjection\DoctrinePHPCRExtension::getMappingResourceExtension()`
|
||||
* `Doctrine\Bundle\PHPCRBundle\DependencyInjection\DoctrinePHPCRExtension::getObjectManagerElementName()`
|
||||
* `Doctrine\Bundle\PHPCRBundle\Form\ChoiceList\PhpcrOdmQueryBuilderLoader::getEntities`
|
||||
* `Doctrine\Bundle\PHPCRBundle\Form\ChoiceList\PhpcrOdmQueryBuilderLoader::getEntitiesByIds`
|
||||
* `Doctrine\Bundle\PHPCRBundle\Form\Type\DocumentType::getLoader`
|
||||
Reference in New Issue
Block a user