File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
"require-dev" : {
23
23
"doctrine/data-fixtures" : " ^1.0.0" ,
24
24
"doctrine/doctrine-bundle" : " ^2.8" ,
25
- "doctrine/orm" : " ^2.9 || ^3.0" ,
25
+ "doctrine/orm" : " ^2.9 || ^3.0.1 " ,
26
26
"doctrine/phpcr-bundle" : " ^3.0" ,
27
27
"doctrine/phpcr-odm" : " ^2.0" ,
28
28
"jackalope/jackalope-doctrine-dbal" : " ^2.0" ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ private function buildPhpcrCompilerPass(ContainerBuilder $container): void
63
63
$ aliasMap = ['CmfRoutingBundle ' => 'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr ' ];
64
64
}
65
65
$ container ->addCompilerPass (
66
+ /* @phpstan-ignore arguments.count (support for doctrine/persistence 2) */
66
67
DoctrinePhpcrMappingsPass::createXmlMappingDriver (
67
68
[
68
69
realpath (__DIR__ .'/Resources/config/doctrine-model ' ) => 'Symfony\Cmf\Bundle\RoutingBundle\Model ' ,
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function __construct(
70
70
PrefixCandidates $ candidates ,
71
71
array $ locales ,
72
72
bool $ addLocalePattern = false ,
73
- bool $ updateAvailableTranslations = false
73
+ bool $ updateAvailableTranslations = false ,
74
74
) {
75
75
$ this ->candidates = $ candidates ;
76
76
$ this ->locales = $ locales ;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function __construct(
45
45
ManagerRegistry $ managerRegistry ,
46
46
CandidatesInterface $ candidatesStrategy ,
47
47
?string $ className = null ,
48
- ?LoggerInterface $ logger = null
48
+ ?LoggerInterface $ logger = null ,
49
49
) {
50
50
parent ::__construct ($ managerRegistry , $ className );
51
51
$ this ->candidatesStrategy = $ candidatesStrategy ;
You can’t perform that action at this time.
0 commit comments