Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 19, 2021
1 parent f461425 commit ca600d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/PHPStan/Levels/data/acceptTypes-5.json
Expand Up @@ -60,7 +60,7 @@
"ignorable": true
},
{
"message": "Parameter #1 $var of function count expects array|Countable, string given.",
"message": "Parameter #1 $value of function count expects array|Countable, string given.",
"line": 170,
"ignorable": true
},
Expand Down Expand Up @@ -200,7 +200,7 @@
"ignorable": true
},
{
"message": "Parameter #2 $pieces of function implode expects array, int given.",
"message": "Parameter #2 $array of function implode expects array|null, int given.",
"line": 763,
"ignorable": true
}
Expand Down
4 changes: 2 additions & 2 deletions tests/PHPStan/Levels/data/acceptTypes-7.json
Expand Up @@ -35,7 +35,7 @@
"ignorable": true
},
{
"message": "Parameter #1 $var of function count expects array|Countable, iterable given.",
"message": "Parameter #1 $value of function count expects array|Countable, iterable given.",
"line": 167,
"ignorable": true
},
Expand Down Expand Up @@ -155,7 +155,7 @@
"ignorable": true
},
{
"message": "Parameter #2 $pieces of function implode expects array, array|int|string given.",
"message": "Parameter #2 $array of function implode expects array|null, array|int|string given.",
"line": 756,
"ignorable": true
}
Expand Down

0 comments on commit ca600d8

Please sign in to comment.