@@ -74,6 +74,9 @@ discard block |
||
74 | 74 | return $class; |
75 | 75 | } |
76 | 76 | |
77 | + /** |
|
78 | + * @param string $content |
|
79 | + */ |
|
77 | 80 | private static function requestIssue($content) |
78 | 81 | { |
79 | 82 | dump('(O_o) Well, It seems we had some problem parsing the contents of: (o_O)'); |
@@ -82,6 +85,9 @@ discard block |
||
82 | 85 | dump($content); |
83 | 86 | } |
84 | 87 | |
88 | + /** |
|
89 | + * @param integer $i |
|
90 | + */ |
|
85 | 91 | private static function findVisibility($tokens, $i) |
86 | 92 | { |
87 | 93 | $isStatic = $tokens[$i][0] === T_STATIC && $i -= 2; |