Skip to content

Commit 0249e6d

Browse files
committed
Fix
1 parent fff85f3 commit 0249e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Levels/data/missingReturn-0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{
33
"message": "Method Levels\\MissingReturn\\Foo::doFoo() should return int but return statement is missing.",
44
"line": 8,
5-
"ignorable": true
5+
"ignorable": false
66
},
77
{
88
"message": "Method Levels\\MissingReturn\\Foo::doBar() should return int but return statement is missing.",
99
"line": 16,
1010
"ignorable": true
1111
}
12-
]
12+
]

0 commit comments

Comments
 (0)