Skip to content

Commit 97c3588

Browse files
committed
Fix test
1 parent d584c6e commit 97c3588

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/PHPStan/Levels/data/stubs-methods-3.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
"message": "Anonymous function should return int but returns string.",
2424
"line": 128,
2525
"ignorable": true
26+
},
27+
{
28+
"message": "Method StubsIntegrationTest\\YetYetAnotherFoo::doFoo() should return stdClass but returns string.",
29+
"line": 219,
30+
"ignorable": true
2631
}
27-
]
32+
]

0 commit comments

Comments
 (0)