We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f2738 commit 7b5a2c9Copy full SHA for 7b5a2c9
1 file changed
tests/PHPStan/Levels/data/stubs-methods-6.json
@@ -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
10
11
12
13
+ "message": "Method StubsIntegrationTest\\InterfaceWithStubPhpDoc2::doFoo() has no return type specified.",
14
+ "line": 151,
15
16
17
18
+ "message": "Method StubsIntegrationTest\\YetAnotherFoo::doFoo() has no return type specified.",
19
+ "line": 197,
20
21
22
23
+ "message": "Method StubsIntegrationTest\\YetAnotherFoo::doFoo() has parameter $j with no type specified.",
24
25
26
+ }
27
+]
0 commit comments