We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047c2a4 commit 838ff1eCopy full SHA for 838ff1e
rules/CodeQuality/Rector/Class_/AddParamTypeFromDependsRector.php
@@ -42,7 +42,7 @@ public function getRuleDefinition(): RuleDefinition
42
43
final class SomeTest extends TestCase
44
{
45
- public function test()
+ public function test(): \stdClass
46
47
return new \stdClass();
48
}
@@ -62,7 +62,7 @@ public function testAnother($someObject)
62
63
64
65
66
67
68
0 commit comments