@@ -50,6 +50,9 @@ |
||
| 50 | 50 | return $declarations; |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | + /** |
|
| 54 | + * @param Declarations $declarations |
|
| 55 | + */ |
|
| 53 | 56 | public function file( $file_path, $declarations = null ) { |
| 54 | 57 | if ( ! $declarations ) { |
| 55 | 58 | $declarations = new Declarations(); |