Skip to content

Commit 80b4f1c

Browse files
committed
[CI] Update PHPStan baseline for Symfony 6.4 compatibility
1 parent 0741806 commit 80b4f1c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

phpstan-baseline.neon

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,16 @@ parameters:
800800
count: 1
801801
path: src/Bundle/DependencyInjection/Compiler/WinzouStateMachinePass.php
802802

803+
-
804+
message: "#^Cannot call method end\\(\\) on Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\|null\\.$#"
805+
count: 3
806+
path: src/Bundle/DependencyInjection/Configuration.php
807+
808+
-
809+
message: "#^Cannot call method variableNode\\(\\) on Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\|null\\.$#"
810+
count: 2
811+
path: src/Bundle/DependencyInjection/Configuration.php
812+
803813
-
804814
message: "#^PHPDoc tag @var for variable \\$factoryInterfaces has no value type specified in iterable type array\\.$#"
805815
count: 1
@@ -845,6 +855,16 @@ parameters:
845855
count: 1
846856
path: src/Bundle/DependencyInjection/Extension/AbstractResourceExtension.php
847857

858+
-
859+
message: "#^Cannot call method end\\(\\) on Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\|null\\.$#"
860+
count: 1
861+
path: src/Bundle/DependencyInjection/PagerfantaConfiguration.php
862+
863+
-
864+
message: "#^Cannot call method scalarNode\\(\\) on Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\|null\\.$#"
865+
count: 1
866+
path: src/Bundle/DependencyInjection/PagerfantaConfiguration.php
867+
848868
-
849869
message: "#^Method Sylius\\\\Bundle\\\\ResourceBundle\\\\DependencyInjection\\\\PagerfantaExtension\\:\\:getConfiguration\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
850870
count: 1
@@ -910,6 +930,11 @@ parameters:
910930
count: 1
911931
path: src/Bundle/Doctrine/ORM/ContainerRepositoryFactory.php
912932

933+
-
934+
message: "#^Method Sylius\\\\Bundle\\\\ResourceBundle\\\\Doctrine\\\\ORM\\\\ContainerRepositoryFactory\\:\\:getRepository\\(\\) return type with generic class Doctrine\\\\ORM\\\\EntityRepository does not specify its types\\: T$#"
935+
count: 1
936+
path: src/Bundle/Doctrine/ORM/ContainerRepositoryFactory.php
937+
913938
-
914939
message: "#^PHPDoc tag @var for variable \\$repository contains generic class Doctrine\\\\ORM\\\\EntityRepository but does not specify its types\\: T$#"
915940
count: 1
@@ -1205,6 +1230,11 @@ parameters:
12051230
count: 1
12061231
path: src/Bundle/ResourceBundleInterface.php
12071232

1233+
-
1234+
message: "#^Cannot call method scalarNode\\(\\) on Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\|null\\.$#"
1235+
count: 1
1236+
path: src/Bundle/Routing/Configuration.php
1237+
12081238
-
12091239
message: "#^Method Sylius\\\\Bundle\\\\ResourceBundle\\\\Routing\\\\CrudRoutesAttributesLoader\\:\\:__construct\\(\\) has parameter \\$mapping with no value type specified in iterable type array\\.$#"
12101240
count: 1

0 commit comments

Comments
 (0)