-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathphpstan-baseline.neon
157 lines (132 loc) · 4.98 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
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
parameters:
ignoreErrors:
-
message: '#^Cannot cast mixed to string\.$#'
identifier: cast.string
count: 6
path: src/Caching/RedisJournal.php
-
message: '#^Casting to array something that''s already array\.$#'
identifier: cast.useless
count: 1
path: src/Caching/RedisJournal.php
-
message: '#^Casting to array\<string\> something that''s already array\<string\>\.$#'
identifier: cast.useless
count: 3
path: src/Caching/RedisJournal.php
-
message: '#^Casting to int something that''s already int\.$#'
identifier: cast.useless
count: 1
path: src/Caching/RedisJournal.php
-
message: '#^Offset ''priority'' on array\{tags\: array\<string\>, priority\: int\} in isset\(\) always exists and is not nullable\.$#'
identifier: isset.offset
count: 1
path: src/Caching/RedisJournal.php
-
message: '#^Offset ''tags'' on array\{tags\: array\<string\>, priority\: int\} in isset\(\) always exists and is not nullable\.$#'
identifier: isset.offset
count: 1
path: src/Caching/RedisJournal.php
-
message: '#^Parameter \#2 \$dependencies \(array\{tags\: array\<string\>, priority\: int\}\) of method Contributte\\Redis\\Caching\\RedisJournal\:\:write\(\) should be contravariant with parameter \$dependencies \(array\) of method Nette\\Caching\\Storages\\Journal\:\:write\(\)$#'
identifier: method.childParameterType
count: 1
path: src/Caching/RedisJournal.php
-
message: '#^Strict comparison using \!\=\= between array and null will always evaluate to true\.$#'
identifier: notIdentical.alwaysTrue
count: 1
path: src/Caching/RedisJournal.php
-
message: '#^Strict comparison using \!\=\= between array\<string\> and null will always evaluate to true\.$#'
identifier: notIdentical.alwaysTrue
count: 2
path: src/Caching/RedisJournal.php
-
message: '#^Binary operation "\+" between array\{key\: string\} and mixed results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Binary operation "\+" between mixed and int\<1, max\> results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Cannot access offset 0 on mixed\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Cannot cast mixed to int\.$#'
identifier: cast.int
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
identifier: empty.notAllowed
count: 2
path: src/Caching/RedisStorage.php
-
message: '#^Do\-while loop condition is always false\.$#'
identifier: doWhile.alwaysFalse
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Instanceof between string\|null and Predis\\Response\\Status will always evaluate to false\.$#'
identifier: instanceof.alwaysFalse
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Method Contributte\\Redis\\Caching\\RedisStorage\:\:readMeta\(\) should return array\<mixed\>\|null but returns mixed\.$#'
identifier: return.type
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Only booleans are allowed in &&, array\|null given on the left side\.$#'
identifier: booleanAnd.leftNotBoolean
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Only booleans are allowed in a negated boolean, string\|null given\.$#'
identifier: booleanNot.exprNotBoolean
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Parameter \#1 \$data of method Contributte\\Redis\\Serializer\\Serializer\:\:unserialize\(\) expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Parameter \#1 \$json of function json_decode expects string, string\|null given\.$#'
identifier: argument.type
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Parameter \#1 \$key of static method Contributte\\Redis\\Caching\\RedisStorage\:\:processStoredValue\(\) expects string, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Parameter \#1 \$meta of method Contributte\\Redis\\Caching\\RedisStorage\:\:verify\(\) expects array\<mixed\>, mixed given\.$#'
identifier: argument.type
count: 2
path: src/Caching/RedisStorage.php
-
message: '#^Parameter \#1 \$stored of method Contributte\\Redis\\Caching\\RedisStorage\:\:getUnserializedValue\(\) expects array\<mixed\>, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Parameter \#2 \$meta of method Contributte\\Redis\\Serializer\\Serializer\:\:unserialize\(\) expects array\<mixed\>, mixed given\.$#'
identifier: argument.type
count: 1
path: src/Caching/RedisStorage.php
-
message: '#^Result of && is always false\.$#'
identifier: booleanAnd.alwaysFalse
count: 1
path: src/Caching/RedisStorage.php