@@ -46,6 +46,7 @@ |
||
46 | 46 | |
47 | 47 | /** |
48 | 48 | * Saves the declarations to a file and returns the file contents |
49 | + * @param string $file_path |
|
49 | 50 | */ |
50 | 51 | public function save_declarations( $file_path ) { |
51 | 52 | $handle = fopen( $file_path, 'r+'); |