@@ -135,7 +135,7 @@ |
||
| 135 | 135 | * Creates a list of all available translations. |
| 136 | 136 | * |
| 137 | 137 | * @param \Aimeos\MShop\Context\Item\Iface $context Context object |
| 138 | - * @return array List of language IDs with labels |
|
| 138 | + * @return string List of language IDs with labels |
|
| 139 | 139 | */ |
| 140 | 140 | protected function getJsonLanguages( \Aimeos\MShop\Context\Item\Iface $context ) |
| 141 | 141 | { |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | /** |
| 76 | 76 | * Returns the HTML code for a copy of a resource object |
| 77 | 77 | * |
| 78 | - * @return string Generated output |
|
| 78 | + * @return \Illuminate\Contracts\View\View Generated output |
|
| 79 | 79 | */ |
| 80 | 80 | public function copyAction() |
| 81 | 81 | { |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | /** |
| 92 | 92 | * Returns the HTML code for a new resource object |
| 93 | 93 | * |
| 94 | - * @return string Generated output |
|
| 94 | + * @return \Illuminate\Contracts\View\View Generated output |
|
| 95 | 95 | */ |
| 96 | 96 | public function createAction() |
| 97 | 97 | { |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | /** |
| 129 | 129 | * Returns the HTML code for the requested resource object |
| 130 | 130 | * |
| 131 | - * @return string Generated output |
|
| 131 | + * @return \Illuminate\Contracts\View\View Generated output |
|
| 132 | 132 | */ |
| 133 | 133 | public function getAction() |
| 134 | 134 | { |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | /** |
| 166 | 166 | * Returns the HTML code for a list of resource objects |
| 167 | 167 | * |
| 168 | - * @return string Generated output |
|
| 168 | + * @return \Illuminate\Contracts\View\View Generated output |
|
| 169 | 169 | */ |
| 170 | 170 | public function searchAction() |
| 171 | 171 | { |