File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -214,3 +214,35 @@ parameters:
214
214
count : 2
215
215
path : tests/Rules/Doctrine/ORM/FakeTestingSymfonyUuidType.php
216
216
217
+ -
218
+ rawMessage : '''
219
+ Access to constant on deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
220
+ This class will be removed in 3.0 without replacement.
221
+ Copyright (c) Doctrine Project
222
+ From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
223
+ '''
224
+ identifier : classConstant.deprecatedClass
225
+ count : 1
226
+ path : src/Doctrine/Mapping/ClassMetadataFactory.php
227
+
228
+ -
229
+ rawMessage : '''
230
+ Call to method __construct() of deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
231
+ This class will be removed in 3.0 without replacement.
232
+ Copyright (c) Doctrine Project
233
+ From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
234
+ '''
235
+ identifier : method.deprecatedClass
236
+ count : 1
237
+ path : src/Doctrine/Mapping/ClassMetadataFactory.php
238
+
239
+ -
240
+ rawMessage : '''
241
+ Instantiation of deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
242
+ This class will be removed in 3.0 without replacement.
243
+ Copyright (c) Doctrine Project
244
+ From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
245
+ '''
246
+ identifier : new.deprecatedClass
247
+ count : 1
248
+ path : src/Doctrine/Mapping/ClassMetadataFactory.php
You can’t perform that action at this time.
0 commit comments