We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff85f3 commit 0249e6dCopy full SHA for 0249e6d
tests/PHPStan/Levels/data/missingReturn-0.json
@@ -2,11 +2,11 @@
2
{
3
"message": "Method Levels\\MissingReturn\\Foo::doFoo() should return int but return statement is missing.",
4
"line": 8,
5
- "ignorable": true
+ "ignorable": false
6
},
7
8
"message": "Method Levels\\MissingReturn\\Foo::doBar() should return int but return statement is missing.",
9
"line": 16,
10
"ignorable": true
11
}
12
-]
+]
0 commit comments