Skip to content

Commit bbee967

Browse files
committed
Merge branch 'release-3.0'
2 parents 3144553 + a0c1a6e commit bbee967

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

tests/data/TestClass.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,33 @@ public function test124(int $param1): bool
8686
{
8787
}
8888

89+
/**
90+
* @param int $param1
91+
*
92+
* @return
93+
*/
94+
public function test122(int $param1)
95+
{
96+
}
97+
98+
/**
99+
* @param int $param1
100+
*
101+
* @return
102+
*/
103+
public function test123(int $param1): void
104+
{
105+
}
106+
107+
/**
108+
* @param int $param1
109+
*
110+
* @return
111+
*/
112+
public function test124(int $param1): bool
113+
{
114+
}
115+
89116
/**
90117
* @param int|null $param1
91118
*

0 commit comments

Comments
 (0)