@@ -30,4 +30,59 @@ parameters:
30
30
count : 1
31
31
path : src/Type/Doctrine/Query/QueryResultTypeWalker.php
32
32
33
+ -
34
+ rawMessage : '''
35
+ Access to constant on deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
36
+ This class will be removed in 3.0 without replacement.
37
+ Copyright (c) Doctrine Project
38
+ From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
39
+ '''
40
+ identifier : classConstant.deprecatedClass
41
+ count : 1
42
+ path : src/Doctrine/Mapping/ClassMetadataFactory.php
43
+
44
+ -
45
+ rawMessage : '''
46
+ Call to method __construct() of deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
47
+ This class will be removed in 3.0 without replacement.
48
+ Copyright (c) Doctrine Project
49
+ From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
50
+ '''
51
+ identifier : method.deprecatedClass
52
+ count : 1
53
+ path : src/Doctrine/Mapping/ClassMetadataFactory.php
54
+
55
+ -
56
+ rawMessage : '''
57
+ Instantiation of deprecated class Doctrine\ORM\Mapping\Driver\AnnotationDriver:
58
+ This class will be removed in 3.0 without replacement.
59
+ Copyright (c) Doctrine Project
60
+ From https://github.com/doctrine/orm/blob/40fbbf4429b0d66517244051237a2bd0616a7a13/src/Mapping/Driver/AnnotationDriver.php
61
+ '''
62
+ identifier : new.deprecatedClass
63
+ count : 1
64
+ path : src/Doctrine/Mapping/ClassMetadataFactory.php
33
65
66
+ -
67
+ rawMessage : ' Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailed().'
68
+ identifier : staticMethod.notFound
69
+ count : 2
70
+ path : tests/Rules/Doctrine/ORM/FakeTestingSymfonyUlidType.php
71
+
72
+ -
73
+ rawMessage : ' Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedInvalidType().'
74
+ identifier : staticMethod.notFound
75
+ count : 2
76
+ path : tests/Rules/Doctrine/ORM/FakeTestingSymfonyUlidType.php
77
+
78
+ -
79
+ rawMessage : ' Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailed().'
80
+ identifier : staticMethod.notFound
81
+ count : 2
82
+ path : tests/Rules/Doctrine/ORM/FakeTestingSymfonyUuidType.php
83
+
84
+ -
85
+ rawMessage : ' Call to an undefined static method Doctrine\DBAL\Types\ConversionException::conversionFailedInvalidType().'
86
+ identifier : staticMethod.notFound
87
+ count : 2
88
+ path : tests/Rules/Doctrine/ORM/FakeTestingSymfonyUuidType.php
0 commit comments