Skip to content

Commit ca600d8

Browse files
committed
Fix tests
1 parent f461425 commit ca600d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/PHPStan/Levels/data/acceptTypes-5.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
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
},
@@ -200,7 +200,7 @@
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
}

tests/PHPStan/Levels/data/acceptTypes-7.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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
},
@@ -155,7 +155,7 @@
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
}

0 commit comments

Comments
 (0)