@@ -9,6 +9,9 @@ |
||
9 | 9 | private $invocations; |
10 | 10 | private $file_path; |
11 | 11 | |
12 | + /** |
|
13 | + * @param $invocations |
|
14 | + */ |
|
12 | 15 | public function __construct( $file_path, $invocations ) { |
13 | 16 | $this->file_path = $file_path; |
14 | 17 | $this->invocations = $invocations; |
@@ -26,6 +26,7 @@ |
||
26 | 26 | |
27 | 27 | /** |
28 | 28 | * Saves the items to a file and returns the file contents |
29 | + * @param string $file_path |
|
29 | 30 | */ |
30 | 31 | public function save( $file_path ) { |
31 | 32 | $handle = fopen( $file_path, 'r+'); |