@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | * Sets the Aimeos bootstrap object |
71 | 71 | * |
72 | 72 | * @param \Aimeos\Bootstrap $aimeos The Aimeos bootstrap object |
73 | - * @return \Aimeos\Admin\JsonAdm\Iface Reference to this object for fluent calls |
|
73 | + * @return Base Reference to this object for fluent calls |
|
74 | 74 | */ |
75 | 75 | public function setAimeos( \Aimeos\Bootstrap $aimeos ) : \Aimeos\Admin\JsonAdm\Iface |
76 | 76 | { |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | * Sets the view object that will generate the admin output. |
99 | 99 | * |
100 | 100 | * @param \Aimeos\MW\View\Iface $view The view object which generates the admin output |
101 | - * @return \Aimeos\Admin\JsonAdm\Iface Reference to this object for fluent calls |
|
101 | + * @return Base Reference to this object for fluent calls |
|
102 | 102 | */ |
103 | 103 | public function setView( \Aimeos\MW\View\Iface $view ) : \Aimeos\Admin\JsonAdm\Iface |
104 | 104 | { |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | * |
171 | 171 | * @param \Aimeos\Map $items List of items implementing \Aimeos\MShop\Common\Item\Iface |
172 | 172 | * @param array $include List of resource types that should be fetched |
173 | - * @return array List of items implementing \Aimeos\MShop\Common\Item\Lists\Iface |
|
173 | + * @return \Aimeos\Map List of items implementing \Aimeos\MShop\Common\Item\Lists\Iface |
|
174 | 174 | */ |
175 | 175 | protected function getListItems( \Aimeos\Map $items, array $include ) : \Aimeos\Map |
176 | 176 | { |