@@ -6,6 +6,12 @@ parameters:
6
6
count : 2
7
7
path : src/Doctrine/Driver/DriverDetector.php
8
8
9
+ -
10
+ message : ' #^Access to constant on deprecated class Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver\.$#'
11
+ identifier : classConstant.deprecatedClass
12
+ count : 1
13
+ path : src/Doctrine/Mapping/ClassMetadataFactory.php
14
+
9
15
-
10
16
message : ' #^Calling PHPStan\\Type\\TypehintHelper\:\:decideType\(\) is not covered by backward compatibility promise\. The method might change in a minor PHPStan version\.$#'
11
17
identifier : phpstanApi.method
@@ -25,11 +31,47 @@ parameters:
25
31
path : src/Stubs/Doctrine/StubFilesExtensionLoader.php
26
32
27
33
-
28
- message : ' #^Parameter references internal interface Doctrine\\ORM\\Query\\AST\\Phase2OptimizableConditional in its type\.$#'
34
+ message : ' #^Catching deprecated class Doctrine\\Common\\CommonException\.$#'
35
+ identifier : catch.deprecatedClass
36
+ count : 1
37
+ path : src/Type/Doctrine/CreateQueryDynamicReturnTypeExtension.php
38
+
39
+ -
40
+ message : ' #^Catching deprecated class Doctrine\\ORM\\ORMException\.$#'
41
+ identifier : catch.deprecatedClass
42
+ count : 1
43
+ path : src/Type/Doctrine/CreateQueryDynamicReturnTypeExtension.php
44
+
45
+ -
46
+ message : ' #^Access to constant on deprecated class Doctrine\\DBAL\\Types\\ArrayType\.$#'
47
+ identifier : classConstant.deprecatedClass
48
+ count : 1
49
+ path : src/Type/Doctrine/Descriptors/ArrayType.php
50
+
51
+ -
52
+ message : ' #^Access to constant on deprecated class Doctrine\\DBAL\\Types\\ObjectType\.$#'
53
+ identifier : classConstant.deprecatedClass
54
+ count : 1
55
+ path : src/Type/Doctrine/Descriptors/ObjectType.php
56
+
57
+ -
58
+ message : ' #^Parameter \$condExpr references internal interface Doctrine\\ORM\\Query\\AST\\Phase2OptimizableConditional in its type\.$#'
29
59
identifier : parameter.internalInterface
30
60
count : 2
31
61
path : src/Type/Doctrine/Query/QueryResultTypeWalker.php
32
62
63
+ -
64
+ message : ' #^Catching deprecated class Doctrine\\Common\\CommonException\.$#'
65
+ identifier : catch.deprecatedClass
66
+ count : 1
67
+ path : src/Type/Doctrine/QueryBuilder/QueryBuilderGetQueryDynamicReturnTypeExtension.php
68
+
69
+ -
70
+ message : ' #^Catching deprecated class Doctrine\\ORM\\ORMException\.$#'
71
+ identifier : catch.deprecatedClass
72
+ count : 1
73
+ path : src/Type/Doctrine/QueryBuilder/QueryBuilderGetQueryDynamicReturnTypeExtension.php
74
+
33
75
-
34
76
message : ' #^Accessing PHPStan\\Rules\\Classes\\InstantiationRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
35
77
identifier : phpstanApi.classConstant
@@ -48,6 +90,12 @@ parameters:
48
90
count : 1
49
91
path : tests/Rules/DeadCode/UnusedPrivatePropertyRuleTest.php
50
92
93
+ -
94
+ message : ' #^Access to constant on deprecated class Doctrine\\DBAL\\Types\\ArrayType\.$#'
95
+ identifier : classConstant.deprecatedClass
96
+ count : 1
97
+ path : tests/Rules/Doctrine/ORM/EntityColumnRuleTest.php
98
+
51
99
-
52
100
message : ' #^Accessing PHPStan\\Rules\\Methods\\CallMethodsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
53
101
identifier : phpstanApi.classConstant
0 commit comments