@@ -37,7 +37,7 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * @param $actual |
|
40 | + * @param CompiledExpression $actual |
|
41 | 41 | * @param string $message |
42 | 42 | */ |
43 | 43 | protected function assertInstanceOfCompiledExpression($actual, $message = '') |
@@ -215,7 +215,7 @@ |
||
215 | 215 | } |
216 | 216 | |
217 | 217 | /** |
218 | - * @return array |
|
218 | + * @return Node\Param[] |
|
219 | 219 | */ |
220 | 220 | public function getParams() |
221 | 221 | { |
@@ -103,7 +103,7 @@ |
||
103 | 103 | } |
104 | 104 | |
105 | 105 | /** |
106 | - * @return null|ClassDefinition |
|
106 | + * @return null|RuntimeClassDefinition |
|
107 | 107 | */ |
108 | 108 | public function getExtendsClassDefinition() |
109 | 109 | { |
@@ -26,6 +26,9 @@ |
||
26 | 26 | */ |
27 | 27 | protected $result; |
28 | 28 | |
29 | + /** |
|
30 | + * @param \PHPSA\Definition\ClassDefinition $result |
|
31 | + */ |
|
29 | 32 | public function __construct(\PhpParser\Node\Stmt $statement, Context $context, $result) |
30 | 33 | { |
31 | 34 | parent::__construct(); |