@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | * Get methods from ReflectionClass |
| 87 | 87 | * |
| 88 | 88 | * @param array<string,array|string|integer> $context current compile context |
| 89 | - * @param object $class instance of the ReflectionClass |
|
| 89 | + * @param \ReflectionClass $class instance of the ReflectionClass |
|
| 90 | 90 | * |
| 91 | 91 | * @return array |
| 92 | 92 | */ |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | /** |
| 105 | 105 | * Get statics code from ReflectionClass |
| 106 | 106 | * |
| 107 | - * @param object $class instance of the ReflectionClass |
|
| 107 | + * @param \ReflectionClass $class instance of the ReflectionClass |
|
| 108 | 108 | * |
| 109 | 109 | * @return string |
| 110 | 110 | */ |