We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3144553 + a0c1a6e commit bbee967Copy full SHA for bbee967
tests/data/TestClass.php
@@ -86,6 +86,33 @@ public function test124(int $param1): bool
86
{
87
}
88
89
+ /**
90
+ * @param int $param1
91
+ *
92
+ * @return
93
+ */
94
+ public function test122(int $param1)
95
+ {
96
+ }
97
+
98
99
100
101
102
103
+ public function test123(int $param1): void
104
105
106
107
108
109
110
111
112
+ public function test124(int $param1): bool
113
114
115
116
/**
117
* @param int|null $param1
118
*
0 commit comments