@@ -25,16 +25,19 @@ |
||
| 25 | 25 | * Write the given item. |
| 26 | 26 | * |
| 27 | 27 | * @param mixed $item |
| 28 | + * @return void |
|
| 28 | 29 | */ |
| 29 | 30 | public function writeItem($item); |
| 30 | 31 | |
| 31 | 32 | /** |
| 32 | 33 | * Prepare the writer. |
| 34 | + * @return void |
|
| 33 | 35 | */ |
| 34 | 36 | public function prepare(); |
| 35 | 37 | |
| 36 | 38 | /** |
| 37 | 39 | * Finish the writer. |
| 40 | + * @return void |
|
| 38 | 41 | */ |
| 39 | 42 | public function finish(); |
| 40 | 43 | } |