@@ -53,7 +53,7 @@ |
||
| 53 | 53 | /** |
| 54 | 54 | * Adds a row to the content object. |
| 55 | 55 | * |
| 56 | - * @param mixed $data Data to add |
|
| 56 | + * @param string[] $data Data to add |
|
| 57 | 57 | */ |
| 58 | 58 | public function add( $data ) |
| 59 | 59 | { |
@@ -99,7 +99,7 @@ |
||
| 99 | 99 | /** |
| 100 | 100 | * Adds content data to the container. |
| 101 | 101 | * |
| 102 | - * @param \Aimeos\MW\Container\Content\Iface $content Content object |
|
| 102 | + * @param Content\PHPExcel $content Content object |
|
| 103 | 103 | */ |
| 104 | 104 | public function add( \Aimeos\MW\Container\Content\Iface $content ) |
| 105 | 105 | { |