Skip to content

Commit 7b5a2c9

Browse files
committed
Fix test
1 parent 66f2738 commit 7b5a2c9

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"message": "Method StubsIntegrationTest\\Foo::doFoo() has no return type specified.",
4+
"line": 8,
5+
"ignorable": true
6+
},
7+
{
8+
"message": "Method StubsIntegrationTest\\Foo::doFoo() has parameter $i with no type specified.",
9+
"line": 8,
10+
"ignorable": true
11+
},
12+
{
13+
"message": "Method StubsIntegrationTest\\InterfaceWithStubPhpDoc2::doFoo() has no return type specified.",
14+
"line": 151,
15+
"ignorable": true
16+
},
17+
{
18+
"message": "Method StubsIntegrationTest\\YetAnotherFoo::doFoo() has no return type specified.",
19+
"line": 197,
20+
"ignorable": true
21+
},
22+
{
23+
"message": "Method StubsIntegrationTest\\YetAnotherFoo::doFoo() has parameter $j with no type specified.",
24+
"line": 197,
25+
"ignorable": true
26+
}
27+
]

0 commit comments

Comments
 (0)