@@ -49,6 +49,7 @@ discard block |
||
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | 51 | * Saves the declarations to a file and returns the file contents |
| 52 | + * @param string $file_path |
|
| 52 | 53 | */ |
| 53 | 54 | public function save_declarations( $file_path ) { |
| 54 | 55 | $handle = fopen( $file_path, 'r+'); |
@@ -239,6 +240,9 @@ discard block |
||
| 239 | 240 | class Invocation_Finder extends NodeVisitorAbstract { |
| 240 | 241 | public $analyzer; |
| 241 | 242 | |
| 243 | + /** |
|
| 244 | + * @param Analyzer $analyzer |
|
| 245 | + */ |
|
| 242 | 246 | public function __construct( $analyzer ) { |
| 243 | 247 | $this->analyzer = $analyzer; |
| 244 | 248 | } |