@@ -11,6 +11,9 @@ |
||
| 11 | 11 | private $declarations; |
| 12 | 12 | private $current_relative_path; |
| 13 | 13 | |
| 14 | + /** |
|
| 15 | + * @param $declarations |
|
| 16 | + */ |
|
| 14 | 17 | public function __construct( $current_relative_path, $declarations ) { |
| 15 | 18 | $this->current_relative_path = $current_relative_path; |
| 16 | 19 | $this->declarations = $declarations; |