@@ -31,6 +31,7 @@ |
||
31 | 31 | |
32 | 32 | /** |
33 | 33 | * Saves the items to a file and returns the file contents |
34 | + * @param string $file_path |
|
34 | 35 | */ |
35 | 36 | public function save( $file_path, $allow_empty = true ) { |
36 | 37 |
@@ -10,6 +10,10 @@ |
||
10 | 10 | public $message; |
11 | 11 | public $old_declaration; |
12 | 12 | |
13 | + /** |
|
14 | + * @param string $type |
|
15 | + * @param string $message |
|
16 | + */ |
|
13 | 17 | function __construct( $type, $path, $line, $message, $old_declaration ) { |
14 | 18 | $this->type = $type; |
15 | 19 | $this->path = $path; |