-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
262 lines (221 loc) · 10.5 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
262 lines (221 loc) · 10.5 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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
parameters:
ignoreErrors:
#########################
# General cleanup items.
#########################
- message: '#^\\Drupal calls should be avoided in classes, use dependency injection instead$#'
count: 1
path: src/Plugin/PatternLibrary/PatternLibraryFile.php
- message: '#^Part \$pattern\-\>filename \(Drupal\\Core\\Field\\FieldItemListInterface\) of encapsed string cannot be cast to string\.$#'
count: 1
path: src/Plugin/PatternLibrary/PatternLibraryFile.php
#########################
# Ignore internal deprecation warnings for reusable block support.
#########################
# patternkit.install — message kept for older PHPStan; identifiers cover newer PHPStan.
- message: """
#^Fetching class constant class of deprecated class Drupal\\\\patternkit\\\\Hook\\\\ReusableBlockHooks\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 1
path: patternkit.install
reportUnmatched: false
- identifier: classConstant.deprecatedClass
count: 2
path: patternkit.install
reportUnmatched: false
- identifier: method.deprecatedClass
count: 2
path: patternkit.install
reportUnmatched: false
# patternkit.module — message kept for older PHPStan; identifiers cover newer PHPStan.
- message: """
#^Fetching class constant class of deprecated class Drupal\\\\patternkit\\\\Hook\\\\ReusableBlockHooks\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 4
path: patternkit.module
reportUnmatched: false
- identifier: classConstant.deprecatedClass
count: 8
path: patternkit.module
reportUnmatched: false
- identifier: method.deprecatedClass
count: 6
path: patternkit.module
reportUnmatched: false
- identifier: globalDrupalDependencyInjection.useDependencyInjection
count: 2
path: patternkit.module
reportUnmatched: false
- identifier: globalDrupalDependencyInjection.useDependencyInjection
count: 1
path: src/FormElement/PatternkitJson.php
reportUnmatched: false
- message: """
#^Fetching deprecated class constant FEATURE_ENABLE_REUSABLE_BLOCKS of class Drupal\\\\patternkit\\\\PatternkitEnvironment\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 1
path: src/Plugin/Block/PatternkitBlock.php
reportUnmatched: false
- identifier: classConstant.deprecatedClass
count: 2
path: src/Plugin/Block/PatternkitBlock.php
reportUnmatched: false
- message: """
#^Call to deprecated method getReusableBlockDerivatives\\(\\) of class Drupal\\\\patternkit\\\\Plugin\\\\Derivative\\\\PatternkitBlock\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 1
path: src/Plugin/Derivative/PatternkitBlock.php
reportUnmatched: false
- message: """
#^Fetching deprecated class constant FEATURE_ENABLE_REUSABLE_BLOCKS of class Drupal\\\\patternkit\\\\PatternkitEnvironment\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 1
path: src/Plugin/Derivative/PatternkitBlock.php
reportUnmatched: false
- identifier: classConstant.deprecatedClass
count: 4
path: src/Plugin/Derivative/PatternkitBlock.php
reportUnmatched: false
- identifier: method.deprecatedClass
count: 2
path: src/Plugin/Derivative/PatternkitBlock.php
reportUnmatched: false
- message: """
#^Fetching class constant class of deprecated class Drupal\\\\patternkit\\\\Hook\\\\ReusableBlockHooks\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 1
path: tests/src/Functional/ReusableBlocksDisabledTest.php
reportUnmatched: false
- identifier: classConstant.deprecatedClass
count: 2
path: tests/src/Functional/ReusableBlocksDisabledTest.php
reportUnmatched: false
- message: """
#^Fetching class constant class of deprecated class Drupal\\\\patternkit\\\\Hook\\\\ReusableBlockHooks\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 1
path: tests/src/Functional/ReusableBlocksEnabledTest.php
reportUnmatched: false
- identifier: classConstant.deprecatedClass
count: 2
path: tests/src/Functional/ReusableBlocksEnabledTest.php
reportUnmatched: false
# ReusableBlockHooksRequirementsTest — message entries kept for older PHPStan; identifiers
# cover newer PHPStan which reports method calls and constant accesses on deprecated classes.
- message: """
#^Fetching class constant class of deprecated class Drupal\\\\patternkit\\\\Hook\\\\ReusableBlockHooks\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 5
path: tests/src/Kernel/ReusableBlockHooksRequirementsTest.php
reportUnmatched: false
- message: """
#^Fetching deprecated class constant FEATURE_ENABLE_REUSABLE_BLOCKS of class Drupal\\\\patternkit\\\\PatternkitEnvironment\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 1
path: tests/src/Kernel/ReusableBlockHooksRequirementsTest.php
reportUnmatched: false
- message: """
#^Instantiation of deprecated class Drupal\\\\patternkit\\\\Hook\\\\ReusableBlockHooks\\:
in patternkit\\:9\\.1\\.2 and is removed from patternkit\\:9\\.2\\.0\\.
Reusable blocks should be removed or replaced before updating\\.$#
"""
count: 1
path: tests/src/Kernel/ReusableBlockHooksRequirementsTest.php
reportUnmatched: false
- identifier: classConstant.deprecatedClass
count: 10
path: tests/src/Kernel/ReusableBlockHooksRequirementsTest.php
reportUnmatched: false
- identifier: method.deprecatedClass
count: 9
path: tests/src/Kernel/ReusableBlockHooksRequirementsTest.php
reportUnmatched: false
- identifier: instantiation.deprecated
count: 2
path: tests/src/Kernel/ReusableBlockHooksRequirementsTest.php
reportUnmatched: false
#########################
# PHPStan type stubs needed.
#########################
- message: '''
#^Method Drupal\\patternkit_usage_tracking\\PatternUsageManager\:\:\w+\(\) should return array\<Drupal\\patternkit_usage_tracking\\Entity\\PatternUsage\> but returns array\<Drupal\\Core\\Entity\\EntityInterface\>\.$#
'''
path: modules/patternkit_usage_tracking/src/PatternUsageManager.php
#########################
# Drush scanning is missing.
#########################
- message: "#^Call to method isVerbose\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 1
path: src/Commands/UpdateCommands.php
reportUnmatched: false
- message: "#^Call to method writeln\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 1
path: src/Commands/UpdateCommands.php
reportUnmatched: false
- message: "#^Call to method success\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 1
path: src/Commands/ValidationCommands.php
reportUnmatched: false
- message: "#^Call to method error\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 1
path: src/Commands/ValidationCommands.php
reportUnmatched: false
- message: "#^Call to method success\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 3
path: modules/patternkit_media_library/src/Commands/MediaLibraryCommands.php
reportUnmatched: false
- message: "#^Call to method text\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 2
path: modules/patternkit_media_library/src/Commands/MediaLibraryCommands.php
reportUnmatched: false
- message: "#^Call to method warning\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 2
path: modules/patternkit_media_library/src/Commands/MediaLibraryCommands.php
reportUnmatched: false
- message: "#^Call to method newLine\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 1
path: modules/patternkit_media_library/src/Commands/MediaLibraryCommands.php
reportUnmatched: false
- message: "#^Call to method section\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 1
path: modules/patternkit_media_library/src/Commands/MediaLibraryCommands.php
reportUnmatched: false
- message: "#^Call to method table\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 1
path: modules/patternkit_media_library/src/Commands/MediaLibraryCommands.php
reportUnmatched: false
- message: "#^Call to method note\\(\\) on an unknown class Drush\\\\Style\\\\DrushStyle\\.$#"
count: 1
path: modules/patternkit_media_library/src/Commands/MediaLibraryCommands.php
reportUnmatched: false
#########################
# Drupal 11 compatibility annotations.
# These annotations are needed in Drupal 11 but may not match errors in Drupal 10.
# The reportUnmatched: false flag prevents warnings when errors don't exist.
#########################
# Array type mismatch in test data provider - Drupal 11 has stricter type checking.
- message: '#^.*providerTrackOnEntityUpdate\(\) should return.*$#'
path: modules/patternkit_usage_tracking/tests/src/Unit/UsageRevisionHelperTest.php
reportUnmatched: false
# Deprecated PHPUnit method isType() - Drupal 11 uses PHPUnit 11 which deprecates this.
- identifier: staticMethod.deprecated
path: tests/src/Unit/PatternFieldProcessorPluginManagerTest.php
reportUnmatched: false