File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/Component/src/Metadata Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2626 ],
2727 "require" : {
2828 "php" : " ^8.1" ,
29+ "behat/transliterator" : " ^1.2" ,
2930 "babdev/pagerfanta-bundle" : " ^4.4" ,
3031 "doctrine/annotations" : " ^2.0" ,
3132 "doctrine/collections" : " ^2.2" ,
Original file line number Diff line number Diff line change 4646 <DeprecatedClass >
4747 <errorLevel type =" info" >
4848 <referencedClass name =" Doctrine\ORM\Event\LifecycleEventArgs" /> <!-- deprecated in doctrine/orm 2.14 -->
49+ <referencedClass name =" Gedmo\Sluggable\Util\Urlizer" /> <!-- deprecated in gedmo/doctrine-extensions 3.21 -->
4950 </errorLevel >
5051 <errorLevel type =" suppress" >
5152 <referencedClass name =" Sylius\Component\Resource\Exception\VariantWithNoOptionsValuesException" />
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ public function __construct(
2727 private ?string $ pluralName = null ,
2828 private ?string $ applicationName = null ,
2929 private ?string $ identifier = null ,
30- protected ?array $ normalizationContext = null ,
31- protected ?array $ denormalizationContext = null ,
32- protected ?array $ validationContext = null ,
30+ private ?array $ normalizationContext = null ,
31+ private ?array $ denormalizationContext = null ,
32+ private ?array $ validationContext = null ,
3333 private ?string $ class = null ,
3434 private string |false |null $ driver = null ,
3535 private ?array $ vars = null ,
You can’t perform that action at this time.
0 commit comments