@@ -15,6 +15,15 @@ parameters:
15
15
count : 1
16
16
path : src/Doctrine/Mapping/ClassMetadataFactory.php
17
17
18
+ -
19
+ message : '''
20
+ #^Call to method __construct\(\) of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
21
+ This class will be removed in 3\.0 without replacement\.$#
22
+ '''
23
+ identifier : method.deprecatedClass
24
+ count : 1
25
+ path : src/Doctrine/Mapping/ClassMetadataFactory.php
26
+
18
27
-
19
28
message : '''
20
29
#^Instantiation of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
@@ -114,6 +123,15 @@ parameters:
114
123
count : 1
115
124
path : tests/Classes/DoctrineProxyForbiddenClassNamesExtensionTest.php
116
125
126
+ -
127
+ message : '''
128
+ #^Call to method __construct\(\) of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
129
+ This class will be removed in 3\.0 without replacement\.$#
130
+ '''
131
+ identifier : method.deprecatedClass
132
+ count : 1
133
+ path : tests/Classes/entity-manager.php
134
+
117
135
-
118
136
message : '''
119
137
#^Instantiation of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
@@ -123,6 +141,15 @@ parameters:
123
141
count : 1
124
142
path : tests/Classes/entity-manager.php
125
143
144
+ -
145
+ message : '''
146
+ #^Call to method __construct\(\) of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
147
+ This class will be removed in 3\.0 without replacement\.$#
148
+ '''
149
+ identifier : method.deprecatedClass
150
+ count : 1
151
+ path : tests/DoctrineIntegration/ORM/entity-manager.php
152
+
126
153
-
127
154
message : '''
128
155
#^Instantiation of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
@@ -138,6 +165,15 @@ parameters:
138
165
count : 14
139
166
path : tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php
140
167
168
+ -
169
+ message : '''
170
+ #^Call to method __construct\(\) of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
171
+ This class will be removed in 3\.0 without replacement\.$#
172
+ '''
173
+ identifier : method.deprecatedClass
174
+ count : 1
175
+ path : tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php
176
+
141
177
-
142
178
message : '''
143
179
#^Instantiation of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
@@ -147,12 +183,27 @@ parameters:
147
183
count : 1
148
184
path : tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php
149
185
186
+ -
187
+ message : ' #^Call to internal method Doctrine\\DBAL\\Driver\\PDO\\Connection\:\:__construct\(\) from outside its root namespace Doctrine\.$#'
188
+ identifier : method.internal
189
+ count : 1
190
+ path : tests/Platform/UnknownDriver.php
191
+
150
192
-
151
193
message : ' #^Accessing PHPStan\\Rules\\DeadCode\\UnusedPrivatePropertyRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
152
194
identifier : phpstanApi.classConstant
153
195
count : 1
154
196
path : tests/Rules/DeadCode/UnusedPrivatePropertyRuleTest.php
155
197
198
+ -
199
+ message : '''
200
+ #^Call to method __construct\(\) of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
201
+ This class will be removed in 3\.0 without replacement\.$#
202
+ '''
203
+ identifier : method.deprecatedClass
204
+ count : 1
205
+ path : tests/Rules/DeadCode/entity-manager.php
206
+
156
207
-
157
208
message : '''
158
209
#^Instantiation of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
@@ -213,6 +264,15 @@ parameters:
213
264
count : 1
214
265
path : tests/Rules/Properties/MissingReadOnlyPropertyAssignRuleTest.php
215
266
267
+ -
268
+ message : '''
269
+ #^Call to method __construct\(\) of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
270
+ This class will be removed in 3\.0 without replacement\.$#
271
+ '''
272
+ identifier : method.deprecatedClass
273
+ count : 1
274
+ path : tests/Rules/Properties/entity-manager.php
275
+
216
276
-
217
277
message : '''
218
278
#^Instantiation of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
@@ -222,6 +282,15 @@ parameters:
222
282
count : 1
223
283
path : tests/Rules/Properties/entity-manager.php
224
284
285
+ -
286
+ message : '''
287
+ #^Call to method __construct\(\) of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
288
+ This class will be removed in 3\.0 without replacement\.$#
289
+ '''
290
+ identifier : method.deprecatedClass
291
+ count : 1
292
+ path : tests/Type/Doctrine/DBAL/mysqli.php
293
+
225
294
-
226
295
message : '''
227
296
#^Instantiation of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
@@ -231,6 +300,15 @@ parameters:
231
300
count : 1
232
301
path : tests/Type/Doctrine/DBAL/mysqli.php
233
302
303
+ -
304
+ message : '''
305
+ #^Call to method __construct\(\) of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
306
+ This class will be removed in 3\.0 without replacement\.$#
307
+ '''
308
+ identifier : method.deprecatedClass
309
+ count : 1
310
+ path : tests/Type/Doctrine/DBAL/pdo.php
311
+
234
312
-
235
313
message : '''
236
314
#^Instantiation of deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\:
0 commit comments