-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathphpstan-baseline-5.neon
More file actions
81 lines (66 loc) · 3.67 KB
/
Copy pathphpstan-baseline-5.neon
File metadata and controls
81 lines (66 loc) · 3.67 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
parameters:
ignoreErrors:
-
message: "#^Class Magento\\\\Cms\\\\Model\\\\BlockFactory not found\\.$#"
count: 1
path: Controller/Adminhtml/Block/Save.php
-
message: "#^Parameter \\#1 \\$model of method Firegento\\\\ContentProvisioning\\\\Controller\\\\Adminhtml\\\\Block\\\\Save\\:\\:processBlockReturn\\(\\) expects Magento\\\\Cms\\\\Model\\\\Block, Magento\\\\Cms\\\\Api\\\\Data\\\\BlockInterface given\\.$#"
count: 1
path: Controller/Adminhtml/Block/Save.php
-
message: "#^Parameter \\#2 \\$alternativeText of method Magento\\\\Framework\\\\Message\\\\ManagerInterface\\:\\:addExceptionMessage\\(\\) expects string\\|null, Magento\\\\Framework\\\\Phrase given\\.$#"
count: 1
path: Controller/Adminhtml/Block/Save.php
-
message: "#^Class Magento\\\\Cms\\\\Model\\\\PageFactory not found\\.$#"
count: 1
path: Controller/Adminhtml/Page/Save.php
-
message: "#^Parameter \\#1 \\$exception of method Magento\\\\Framework\\\\Message\\\\ManagerInterface\\:\\:addExceptionMessage\\(\\) expects Exception, Throwable given\\.$#"
count: 1
path: Controller/Adminhtml/Page/Save.php
-
message: "#^Parameter \\#2 \\$alternativeText of method Magento\\\\Framework\\\\Message\\\\ManagerInterface\\:\\:addExceptionMessage\\(\\) expects string\\|null, Magento\\\\Framework\\\\Phrase given\\.$#"
count: 1
path: Controller/Adminhtml/Page/Save.php
-
message: "#^Variable \\$page in PHPDoc tag @var does not match assigned variable \\$block\\.$#"
count: 1
path: Model/Command/ApplyBlockEntry.php
-
message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#"
count: 1
path: Model/Command/ApplyMediaFiles.php
-
message: "#^Call to an undefined method Magento\\\\Cms\\\\Api\\\\Data\\\\PageInterface\\:\\:addData\\(\\)\\.$#"
count: 1
path: Model/Command/ApplyPageEntry.php
-
message: "#^Parameter \\#2 \\$blockEntries of method Firegento\\\\ContentProvisioning\\\\ViewModel\\\\BlockDataProvider\\:\\:execute\\(\\) expects array\\<Firegento\\\\ContentProvisioning\\\\Model\\\\BlockEntry\\>, array\\<Firegento\\\\ContentProvisioning\\\\Api\\\\Data\\\\BlockEntryInterface\\> given\\.$#"
count: 1
path: Model/Console/BlockListCommand.php
-
message: "#^Parameter \\#1 \\$entry of method Firegento\\\\ContentProvisioning\\\\Model\\\\Console\\\\PageListCommand\\:\\:getExistsInDbValue\\(\\) expects Firegento\\\\ContentProvisioning\\\\Api\\\\Data\\\\PageEntryInterface, Firegento\\\\ContentProvisioning\\\\Api\\\\Data\\\\EntryInterface given\\.$#"
count: 1
path: Model/Console/PageListCommand.php
-
message: "#^Method Firegento\\\\ContentProvisioning\\\\Model\\\\Query\\\\GetDbBlockIds\\:\\:execute\\(\\) should return array\\<string\\> but returns array\\<int\\<0, max\\>, int\\|null\\>\\.$#"
count: 1
path: Model/Query/GetDbBlockIds.php
-
message: "#^Parameter \\#1 \\$blockId of method Magento\\\\Cms\\\\Api\\\\BlockRepositoryInterface\\:\\:getById\\(\\) expects string, int given\\.$#"
count: 1
path: Model/Query/HasDefaultBlockConfiguration.php
-
message: "#^Parameter \\#1 \\$blockId of method Magento\\\\Cms\\\\Api\\\\BlockRepositoryInterface\\:\\:getById\\(\\) expects string, int given\\.$#"
count: 1
path: Model/Query/IsBlockMaintained.php
-
message: "#^Method Firegento\\\\ContentProvisioning\\\\Model\\\\ResourceModel\\\\GetCmsBlockByIdentifier\\:\\:execute\\(\\) should return array\\<Magento\\\\Cms\\\\Model\\\\Block\\> but returns array\\<string\\>\\.$#"
count: 1
path: Model/ResourceModel/GetCmsBlockByIdentifier.php
-
message: "#^Cannot access offset 'store_code' on int\\.$#"
count: 1
path: Model/ResourceModel/GetDbCmsBlockContent.php