-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
36 lines (30 loc) · 1.79 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Cannot call method getId\\(\\) on Pimcore\\\\Model\\\\DataObject\\\\Classificationstore\\\\GroupConfig\\|null\\.$#"
count: 1
path: src/Helper/ClassificationstoreHelper.php
-
message: "#^Method Neusta\\\\Pimcore\\\\FixtureBundle\\\\Helper\\\\ClassificationstoreHelper\\:\\:createNewEntriesForClassificationValues\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Helper/ClassificationstoreHelper.php
-
message: "#^Parameter \\#1 \\$definition of method Pimcore\\\\Model\\\\DataObject\\\\Classificationstore\\\\KeyConfig\\:\\:setDefinition\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: src/Helper/ClassificationstoreHelper.php
-
message: "#^Parameter \\#1 \\$keyConfigId of static method Neusta\\\\Pimcore\\\\FixtureBundle\\\\Helper\\\\ClassificationstoreHelper\\:\\:createKeyGroupRelation\\(\\) expects int, int\\|null given\\.$#"
count: 1
path: src/Helper/ClassificationstoreHelper.php
-
message: "#^Parameter \\#2 \\$groupConfigId of static method Neusta\\\\Pimcore\\\\FixtureBundle\\\\Helper\\\\ClassificationstoreHelper\\:\\:createKeyGroupRelation\\(\\) expects int, int\\|null given\\.$#"
count: 1
path: src/Helper/ClassificationstoreHelper.php
-
message: "#^Parameter \\#3 \\$storeId of static method Neusta\\\\Pimcore\\\\FixtureBundle\\\\Helper\\\\ClassificationstoreHelper\\:\\:createGroupConfig\\(\\) expects int, int\\|null given\\.$#"
count: 1
path: src/Helper/ClassificationstoreHelper.php
-
message: "#^Parameter \\#4 \\$storeId of static method Neusta\\\\Pimcore\\\\FixtureBundle\\\\Helper\\\\ClassificationstoreHelper\\:\\:createKeyConfig\\(\\) expects int, int\\|null given\\.$#"
count: 1
path: src/Helper/ClassificationstoreHelper.php