You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"message": "Return type (string) of method StubsIntegrationTest\\AnotherInterfaceExtendingInterfaceWithStubPhpDoc::doFoo() should be compatible with return type (int) of method StubsIntegrationTest\\InterfaceWithStubPhpDoc::doFoo()",
4
+
"line": 68,
5
+
"ignorable": true
6
+
},
7
+
{
8
+
"message": "Anonymous function should return int but returns string.",
9
+
"line": 74,
10
+
"ignorable": true
11
+
},
12
+
{
13
+
"message": "Return type (string) of method StubsIntegrationTest\\YetAnotherClassExtendingInterfaceWithStubPhpDoc::doFoo() should be compatible with return type (int) of method StubsIntegrationTest\\InterfaceWithStubPhpDoc::doFoo()",
14
+
"line": 119,
15
+
"ignorable": true
16
+
},
17
+
{
18
+
"message": "Anonymous function should return int but returns string.",
0 commit comments