File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/PHPStan/Levels/data Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 "ignorable" : true
6161 },
6262 {
63- "message" : " Parameter #1 $var of function count expects array|Countable, string given." ,
63+ "message" : " Parameter #1 $value of function count expects array|Countable, string given." ,
6464 "line" : 170 ,
6565 "ignorable" : true
6666 },
200200 "ignorable" : true
201201 },
202202 {
203- "message" : " Parameter #2 $pieces of function implode expects array, int given." ,
203+ "message" : " Parameter #2 $array of function implode expects array|null , int given." ,
204204 "line" : 763 ,
205205 "ignorable" : true
206206 }
Original file line number Diff line number Diff line change 3535 "ignorable" : true
3636 },
3737 {
38- "message" : " Parameter #1 $var of function count expects array|Countable, iterable given." ,
38+ "message" : " Parameter #1 $value of function count expects array|Countable, iterable given." ,
3939 "line" : 167 ,
4040 "ignorable" : true
4141 },
155155 "ignorable" : true
156156 },
157157 {
158- "message" : " Parameter #2 $pieces of function implode expects array, array|int|string given." ,
158+ "message" : " Parameter #2 $array of function implode expects array|null , array|int|string given." ,
159159 "line" : 756 ,
160160 "ignorable" : true
161161 }
You can’t perform that action at this time.
0 commit comments