-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathphpstan-baseline.neon
61 lines (52 loc) · 3.23 KB
/
phpstan-baseline.neon
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
parameters:
ignoreErrors:
-
message: '#^Accessing PHPStan\\Rules\\Classes\\ClassConstantRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/ClassConstantRuleTest.php
-
message: '#^Accessing PHPStan\\Rules\\Classes\\ExistingClassesInClassImplementsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/ImplementationOfDeprecatedInterfaceRuleTest.php
-
message: '#^Accessing PHPStan\\Rules\\Classes\\ExistingClassInClassExtendsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/InheritanceOfDeprecatedClassRuleTest.php
-
message: '#^Accessing PHPStan\\Rules\\Classes\\ExistingClassesInInterfaceExtendsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/InheritanceOfDeprecatedInterfaceRuleTest.php
-
message: '#^Accessing PHPStan\\Rules\\Classes\\InstantiationRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/InstantiationOfDeprecatedClassRuleTest.php
-
message: '#^Accessing PHPStan\\Rules\\Methods\\CallStaticMethodsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/RestrictedDeprecatedClassNameUsageExtensionTest.php
-
message: '#^Accessing PHPStan\\Rules\\Methods\\ExistingClassesInTypehintsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/TypeHintDeprecatedInClassMethodSignatureRuleTest.php
-
message: '#^Accessing PHPStan\\Rules\\Functions\\ExistingClassesInClosureTypehintsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/TypeHintDeprecatedInClosureSignatureRuleTest.php
-
message: '#^Accessing PHPStan\\Rules\\Functions\\ExistingClassesInTypehintsRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/TypeHintDeprecatedInFunctionSignatureRuleTest.php
-
message: '#^Accessing PHPStan\\Rules\\Classes\\ExistingClassInTraitUseRule\:\:class is not covered by backward compatibility promise\. The class might change in a minor PHPStan version\.$#'
identifier: phpstanApi.classConstant
count: 1
path: tests/Rules/Deprecations/UsageOfDeprecatedTraitRuleTest.php