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.
1 parent bfaa8c1 commit 3723f62Copy full SHA for 3723f62
1 file changed
src/Utils/Routine.php
@@ -33,7 +33,7 @@ class Routine
33
*
34
* @return array
35
*/
36
- public function getReturnType($param)
+ public static function getReturnType($param)
37
{
38
$lexer = new Lexer($param);
39
@@ -65,7 +65,7 @@ public function getReturnType($param)
65
66
67
68
- public function getParameter($param)
+ public static function getParameter($param)
69
70
$lexer = new Lexer('(' . $param . ')');
71
0 commit comments