generated from ergebnis/php-cs-fixer-config-template
-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathphpstan-baseline.neon
80 lines (67 loc) · 3.37 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
parameters:
ignoreErrors:
-
message: '#^Method Ergebnis\\PhpCsFixer\\Config\\Rules\:\:toArray\(\) should return array\<string, array\<string, mixed\>\|bool\> but returns array\.$#'
identifier: return.type
count: 1
path: src/Rules.php
-
message: '#^Parameter \#1 \$value of class Ergebnis\\PhpCsFixer\\Config\\Rules constructor expects array\<string, array\<string, mixed\>\|bool\>, array given\.$#'
identifier: argument.type
count: 1
path: src/Rules.php
-
message: '#^Property Ergebnis\\PhpCsFixer\\Config\\Rules\:\:\$value type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Rules.php
-
message: '#^Parameter \#1 \$iterable of static method Ergebnis\\PhpCsFixer\\Config\\Fixers\:\:fromIterable\(\) expects iterable\<PhpCsFixer\\Fixer\\FixerInterface\>, array\<int, \(PhpCsFixer\\Fixer\\FixerInterface&PHPUnit\\Framework\\MockObject\\Stub\)\|stdClass\> given\.$#'
identifier: argument.type
count: 1
path: test/Unit/FixersTest.php
-
message: '#^Parameter \#1 \$iterable of static method Ergebnis\\PhpCsFixer\\Config\\Fixers\:\:fromIterable\(\) expects iterable\<PhpCsFixer\\Fixer\\FixerInterface\>, stdClass given\.$#'
identifier: argument.type
count: 1
path: test/Unit/FixersTest.php
-
message: '#^Parameter \#1 \$iterable of static method Ergebnis\\PhpCsFixer\\Config\\Fixers\:\:fromIterable\(\) expects iterable\<PhpCsFixer\\Fixer\\FixerInterface\>, string given\.$#'
identifier: argument.type
count: 1
path: test/Unit/FixersTest.php
-
message: '#^Method Ergebnis\\PhpCsFixer\\Config\\Test\\Unit\\RuleSet\\AbstractRuleSetTestCase\:\:fixersThatAreRegistered\(\) should return array\<string, PhpCsFixer\\Fixer\\FixerInterface\> but returns array\<mixed\>\.$#'
identifier: return.type
count: 1
path: test/Unit/RuleSet/AbstractRuleSetTestCase.php
-
message: '#^Method Ergebnis\\PhpCsFixer\\Config\\Test\\Unit\\RuleSet\\AbstractRuleSetTestCase\:\:sort\(\) has parameter \$data with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: test/Unit/RuleSet/AbstractRuleSetTestCase.php
-
message: '#^Method Ergebnis\\PhpCsFixer\\Config\\Test\\Unit\\RuleSet\\AbstractRuleSetTestCase\:\:sort\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: test/Unit/RuleSet/AbstractRuleSetTestCase.php
-
message: '#^Method Ergebnis\\PhpCsFixer\\Config\\Test\\Unit\\RuleSet\\AbstractRuleSetTestCase\:\:sort\(\) should return array but returns array\|false\.$#'
identifier: return.type
count: 1
path: test/Unit/RuleSet/AbstractRuleSetTestCase.php
-
message: '#^Parameter \#1 \$array_arg of function ksort expects array, array\<string, PhpCsFixer\\Fixer\\FixerInterface\>\|false given\.$#'
identifier: argument.type
count: 1
path: test/Unit/RuleSet/AbstractRuleSetTestCase.php
-
message: '#^Parameter \#1 \$arr1 of function array_diff_key expects array, array\<string, mixed\>\|false given\.$#'
identifier: argument.type
count: 1
path: test/Unit/RuleSet/ExplicitRuleSetTestCase.php
-
message: '#^Parameter \#1 \$arr1 of function array_merge expects array, array\<string, false\>\|false given\.$#'
identifier: argument.type
count: 1
path: test/Unit/RuleSet/ExplicitRuleSetTestCase.php