Skip to content

Commit 209f64d

Browse files
committed
Improved compatibility with PHPStan 1.0
1 parent 68ba88b commit 209f64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Levels/data/onlyBooleans-6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"message": "Method PHPStan\\Levels\\OnlyBooleans\\Foo::doFoo() has parameter $mixed with no typehint specified.",
3+
"message": "Method PHPStan\\Levels\\OnlyBooleans\\Foo::doFoo() has parameter $mixed with no type specified.",
44
"line": 14,
55
"ignorable": true
66
}

0 commit comments

Comments
 (0)