Skip to content

Commit 3723f62

Browse files
committed
Fixed routine utilities.
1 parent bfaa8c1 commit 3723f62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Utils/Routine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Routine
3333
*
3434
* @return array
3535
*/
36-
public function getReturnType($param)
36+
public static function getReturnType($param)
3737
{
3838
$lexer = new Lexer($param);
3939

@@ -65,7 +65,7 @@ public function getReturnType($param)
6565
*
6666
* @return array
6767
*/
68-
public function getParameter($param)
68+
public static function getParameter($param)
6969
{
7070
$lexer = new Lexer('(' . $param . ')');
7171

0 commit comments

Comments
 (0)