Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 31, 2022
1 parent 377df9b commit 39a5313
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/PHPStan/Levels/data/stubValidator-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
{
"message": "Method StubValidator\\Foo::doFoo() has no return type specified.",
"line": 15,
"ignorable": true
"ignorable": false
},
{
"message": "Method StubValidator\\Foo::doFoo() has parameter $argument with no value type specified in iterable type array.",
"line": 15,
"ignorable": true
"ignorable": false
},
{
"message": "Function StubValidator\\someFunction() has no return type specified.",
"line": 22,
"ignorable": true
"ignorable": false
},
{
"message": "Function StubValidator\\someFunction() has parameter $argument with no value type specified in iterable type array.",
"line": 22,
"ignorable": true
"ignorable": false
},
{
"message": "Method class@anonymous/stubValidator/stubs.php:27::doFoo() has no return type specified.",
"line": 30,
"ignorable": true
"ignorable": false
},
{
"message": "Parameter $foo of method class@anonymous/stubValidator/stubs.php:27::doFoo() has invalid type StubValidator\\Foooooooo.",
"line": 30,
"ignorable": true
"ignorable": false
}
]
]

0 comments on commit 39a5313

Please sign in to comment.