-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
178 lines (159 loc) · 7.49 KB
/
phpstan-baseline.neon
File metadata and controls
178 lines (159 loc) · 7.49 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
parameters:
ignoreErrors:
-
message: '''
#^Access to static property \$builtinTypes of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: staticProperty.deprecatedClass
count: 1
path: src/AnnotationBuilder/AnnotationBuilder.php
-
message: '''
#^Call to method getBuiltinType\(\) of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: method.deprecatedClass
count: 2
path: src/AnnotationBuilder/AnnotationBuilder.php
-
message: '''
#^Call to method getClassName\(\) of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: method.deprecatedClass
count: 2
path: src/AnnotationBuilder/AnnotationBuilder.php
-
message: '''
#^Call to deprecated method getTypes\(\) of class Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor\:
since Symfony 7\.3, use "getType" instead$#
'''
identifier: method.deprecated
count: 1
path: src/AnnotationBuilder/PropertyExtractor.php
-
message: '''
#^Call to method getCollectionValueTypes\(\) of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: method.deprecatedClass
count: 1
path: src/AnnotationBuilder/PropertyExtractor.php
-
message: '''
#^Parameter \$returnType of method Fusonic\\ApiDocumentationBundle\\AnnotationBuilder\\PropertyExtractor\:\:extractCollectionReturnType\(\) has typehint with deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: parameter.deprecatedClass
count: 1
path: src/AnnotationBuilder/PropertyExtractor.php
-
message: '''
#^Return type of method Fusonic\\ApiDocumentationBundle\\AnnotationBuilder\\PropertyExtractor\:\:extractCollectionReturnType\(\) has typehint with deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: return.deprecatedClass
count: 1
path: src/AnnotationBuilder/PropertyExtractor.php
-
message: '''
#^Return type of method Fusonic\\ApiDocumentationBundle\\AnnotationBuilder\\PropertyExtractor\:\:extractMethodReturnType\(\) has typehint with deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: return.deprecatedClass
count: 1
path: src/AnnotationBuilder/PropertyExtractor.php
-
message: '''
#^Call to deprecated method getTypes\(\) of class Fusonic\\ApiDocumentationBundle\\Extractor\\MethodReturnTypePhpDocExtractor\:
since Symfony 7\.3, use "getType" instead$#
'''
identifier: method.deprecated
count: 1
path: src/Extractor/MethodReturnTypePhpDocExtractor.php
-
message: '#^PHPDoc tag @var with type phpDocumentor\\Reflection\\DocBlock\\Tags\\InvalidTag\|phpDocumentor\\Reflection\\DocBlock\\Tags\\Param\|phpDocumentor\\Reflection\\DocBlock\\Tags\\Return_\|phpDocumentor\\Reflection\\DocBlock\\Tags\\Var_\|null is not subtype of type phpDocumentor\\Reflection\\DocBlock\\Tag\.$#'
identifier: varTag.type
count: 1
path: src/Extractor/MethodReturnTypePhpDocExtractor.php
-
message: '''
#^Return type of method Fusonic\\ApiDocumentationBundle\\Extractor\\MethodReturnTypePhpDocExtractor\:\:getType\(\) has typehint with deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: return.deprecatedClass
count: 1
path: src/Extractor/MethodReturnTypePhpDocExtractor.php
-
message: '''
#^Call to deprecated method getTypes\(\) of class Fusonic\\ApiDocumentationBundle\\Extractor\\MethodReturnTypeReflectionExtractor\:
since Symfony 7\.3, use "getType" instead$#
'''
identifier: method.deprecated
count: 1
path: src/Extractor/MethodReturnTypeReflectionExtractor.php
-
message: '''
#^Call to method __construct\(\) of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: method.deprecatedClass
count: 4
path: src/Extractor/MethodReturnTypeReflectionExtractor.php
-
message: '''
#^Fetching class constant BUILTIN_TYPE_ARRAY of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: classConstant.deprecatedClass
count: 2
path: src/Extractor/MethodReturnTypeReflectionExtractor.php
-
message: '''
#^Fetching class constant BUILTIN_TYPE_NULL of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: classConstant.deprecatedClass
count: 1
path: src/Extractor/MethodReturnTypeReflectionExtractor.php
-
message: '''
#^Fetching class constant BUILTIN_TYPE_OBJECT of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: classConstant.deprecatedClass
count: 1
path: src/Extractor/MethodReturnTypeReflectionExtractor.php
-
message: '''
#^Instantiation of deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: new.deprecatedClass
count: 4
path: src/Extractor/MethodReturnTypeReflectionExtractor.php
-
message: '''
#^Return type of method Fusonic\\ApiDocumentationBundle\\Extractor\\MethodReturnTypeReflectionExtractor\:\:extractFromAccessor\(\) has typehint with deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: return.deprecatedClass
count: 1
path: src/Extractor/MethodReturnTypeReflectionExtractor.php
-
message: '''
#^Return type of method Fusonic\\ApiDocumentationBundle\\Extractor\\MethodReturnTypeReflectionExtractor\:\:extractFromReflectionType\(\) has typehint with deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: return.deprecatedClass
count: 1
path: src/Extractor/MethodReturnTypeReflectionExtractor.php
-
message: '''
#^Return type of method Fusonic\\ApiDocumentationBundle\\Extractor\\MethodReturnTypeReflectionExtractor\:\:getType\(\) has typehint with deprecated class Symfony\\Component\\PropertyInfo\\Type\:
since Symfony 7\.3, use "Symfony\\Component\\TypeInfo\\Type" class from "symfony/type\-info" instead$#
'''
identifier: return.deprecatedClass
count: 1
path: src/Extractor/MethodReturnTypeReflectionExtractor.php