-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan-baseline.neon
161 lines (130 loc) · 5.93 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
parameters:
ignoreErrors:
-
message: "#^PHPDoc tag @var has invalid value \\(\\$view HandlebarsView\\)\\: Unexpected token \"\\$view\", expected type at offset 9$#"
count: 1
path: Classes/Controller/AbstractHandlebarsController.php
-
message: "#^Method Visol\\\\Handlebars\\\\DataProvider\\\\AbstractDataProvider\\:\\:__construct\\(\\) has parameter \\$settings with no type specified\\.$#"
count: 1
path: Classes/DataProvider/AbstractDataProvider.php
-
message: "#^Call to an undefined method object\\:\\:get\\(\\)\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\Engine\\\\HandlebarsEngine\\:\\:__construct\\(\\) has parameter \\$settings with no type specified\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\Engine\\\\HandlebarsEngine\\:\\:getData\\(\\) has no return type specified\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\Engine\\\\HandlebarsEngine\\:\\:getDefaultDataProviders\\(\\) has no return type specified\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\Engine\\\\HandlebarsEngine\\:\\:getPartialCode\\(\\) has parameter \\$cx with no type specified\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\Engine\\\\HandlebarsEngine\\:\\:getPartialCode\\(\\) has parameter \\$name with no type specified\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\Engine\\\\HandlebarsEngine\\:\\:getPartialCode\\(\\) should return string but returns string\\|false\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\Engine\\\\HandlebarsEngine\\:\\:getTemplateCode\\(\\) has parameter \\$templatePathAndFilename with no type specified\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\Engine\\\\HandlebarsEngine\\:\\:getTemplateCode\\(\\) should return string but returns string\\|false\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Offset 'uid' does not exist on array\\|null\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Parameter \\#1 \\$filename of function file_exists expects string, string\\|null given\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Parameter \\#1 \\$filename of function file_get_contents expects string, string\\|null given\\.$#"
count: 1
path: Classes/Engine/HandlebarsEngine.php
-
message: "#^Method Visol\\\\Handlebars\\\\HelperRegistry\\:\\:getInstance\\(\\) should return Visol\\\\Handlebars\\\\HelperRegistry but returns object\\.$#"
count: 1
path: Classes/HelperRegistry.php
-
message: "#^PHPDoc tag @return with type object is not subtype of native type Visol\\\\Handlebars\\\\HelperRegistry\\.$#"
count: 1
path: Classes/HelperRegistry.php
-
message: "#^Call to an undefined method object\\:\\:setRequest\\(\\)\\.$#"
count: 1
path: Classes/Rendering/RenderingContext.php
-
message: "#^Cannot call method getControllerActionName\\(\\) on TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Request\\|null\\.$#"
count: 1
path: Classes/Rendering/RenderingContext.php
-
message: "#^Cannot call method getControllerExtensionKey\\(\\) on TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Request\\|null\\.$#"
count: 1
path: Classes/Rendering/RenderingContext.php
-
message: "#^Cannot call method getControllerName\\(\\) on TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Request\\|null\\.$#"
count: 1
path: Classes/Rendering/RenderingContext.php
-
message: "#^Method Visol\\\\Handlebars\\\\Rendering\\\\RenderingContext\\:\\:getUriBuilder\\(\\) should return TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Web\\\\Routing\\\\UriBuilder but returns object\\.$#"
count: 1
path: Classes/Rendering/RenderingContext.php
-
message: "#^Call to an undefined method object\\:\\:compile\\(\\)\\.$#"
count: 1
path: Classes/View/HandlebarsView.php
-
message: "#^Method Visol\\\\Handlebars\\\\View\\\\HandlebarsView\\:\\:initializeView\\(\\) has no return type specified\\.$#"
count: 1
path: Classes/View/HandlebarsView.php
-
message: "#^Method Visol\\\\Handlebars\\\\View\\\\HandlebarsView\\:\\:setControllerContext\\(\\) has no return type specified\\.$#"
count: 1
path: Classes/View/HandlebarsView.php
-
message: "#^Method Visol\\\\Handlebars\\\\View\\\\HandlebarsView\\:\\:setRenderingContext\\(\\) has no return type specified\\.$#"
count: 1
path: Classes/View/HandlebarsView.php
-
message: "#^Parameter \\#1 \\$renderingContext of method Visol\\\\Handlebars\\\\View\\\\HandlebarsView\\:\\:setRenderingContext\\(\\) expects Visol\\\\Handlebars\\\\Rendering\\\\RenderingContext, object given\\.$#"
count: 1
path: Classes/View/HandlebarsView.php
-
message: "#^Parameter \\#1 \\$str of function strtolower expects string, string\\|null given\\.$#"
count: 3
path: Classes/View/HandlebarsView.php
-
message: "#^Parameter \\#1 \\$string of function strtolower expects string, string\\|null given\\.$#"
count: 3
path: Classes/View/HandlebarsView.php
-
message: "#^Call to an undefined method TYPO3Fluid\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContextInterface\\:\\:getRequest\\(\\)\\.$#"
count: 1
path: Classes/ViewHelpers/RenderViewHelper.php
-
message: "#^Call to an undefined method object\\:\\:assign\\(\\)\\.$#"
count: 1
path: Classes/ViewHelpers/RenderViewHelper.php
-
message: "#^Call to an undefined method object\\:\\:render\\(\\)\\.$#"
count: 1
path: Classes/ViewHelpers/RenderViewHelper.php
-
message: "#^Call to an undefined method object\\:\\:setRenderingContext\\(\\)\\.$#"
count: 1
path: Classes/ViewHelpers/RenderViewHelper.php