@@ -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(); |