@@ -413,7 +413,7 @@ |
||
413 | 413 | /** |
414 | 414 | * Constructs the data array for the view from the given item |
415 | 415 | * |
416 | - * @param \Aimeos\MShop\Locale\Item\Iface $item Locale langauge item object |
|
416 | + * @param \Aimeos\MShop\Locale\Item\Language\Iface $item Locale langauge item object |
|
417 | 417 | * @return string[] Multi-dimensional associative list of item data |
418 | 418 | */ |
419 | 419 | protected function toArray( \Aimeos\MShop\Locale\Item\Language\Iface $item, bool $copy = false ) : array |
@@ -394,7 +394,7 @@ |
||
394 | 394 | /** |
395 | 395 | * Updates the average rating and the number of ratings in the domain item |
396 | 396 | * |
397 | - * @param \Aimeos\MShop\Review\Item\Iface[] $item List of review items with domain and refid |
|
397 | + * @param \Aimeos\MShop\Review\Item\Iface[] $items List of review items with domain and refid |
|
398 | 398 | * @return \Aimeos\Admin\JQAdm\Iface Admin client for fluent interface |
399 | 399 | */ |
400 | 400 | protected function update( array $items ) : \Aimeos\Admin\JQAdm\Iface |
@@ -238,7 +238,7 @@ |
||
238 | 238 | * |
239 | 239 | * @param \Aimeos\MShop\Supplier\Item\Iface $item Supplier item object without referenced domain items |
240 | 240 | * @param array $data Data array |
241 | - * @return \Aimeos\MShop\Service\Item\Iface Modified supplier item |
|
241 | + * @return \Aimeos\MShop\Supplier\Item\Iface Modified supplier item |
|
242 | 242 | */ |
243 | 243 | protected function fromArray( \Aimeos\MShop\Supplier\Item\Iface $item, array $data ) : \Aimeos\MShop\Supplier\Item\Iface |
244 | 244 | { |
@@ -189,6 +189,9 @@ |
||
189 | 189 | } |
190 | 190 | |
191 | 191 | |
192 | + /** |
|
193 | + * @param string $method |
|
194 | + */ |
|
192 | 195 | public function getClientMock( $method ) |
193 | 196 | { |
194 | 197 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Attribute\Media\Standard::class ) |
@@ -188,6 +188,9 @@ |
||
188 | 188 | } |
189 | 189 | |
190 | 190 | |
191 | + /** |
|
192 | + * @param string $method |
|
193 | + */ |
|
191 | 194 | public function getClientMock( $method ) |
192 | 195 | { |
193 | 196 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Catalog\Media\Standard::class ) |
@@ -64,6 +64,9 @@ |
||
64 | 64 | } |
65 | 65 | |
66 | 66 | |
67 | + /** |
|
68 | + * @param string $method |
|
69 | + */ |
|
67 | 70 | public function getClientMock( $method ) |
68 | 71 | { |
69 | 72 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Dashboard\Standard::class ) |
@@ -245,6 +245,10 @@ |
||
245 | 245 | } |
246 | 246 | |
247 | 247 | |
248 | + /** |
|
249 | + * @param string $langid |
|
250 | + * @param string $currid |
|
251 | + */ |
|
248 | 252 | protected function getItem( $langid = null, $currid = null ) |
249 | 253 | { |
250 | 254 | $manager = \Aimeos\MShop::create( $this->context, 'locale' ); |
@@ -74,6 +74,9 @@ |
||
74 | 74 | } |
75 | 75 | |
76 | 76 | |
77 | + /** |
|
78 | + * @param string $method |
|
79 | + */ |
|
77 | 80 | public function getClientMock( $method ) |
78 | 81 | { |
79 | 82 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Log\Standard::class ) |
@@ -188,6 +188,9 @@ |
||
188 | 188 | } |
189 | 189 | |
190 | 190 | |
191 | + /** |
|
192 | + * @param string $method |
|
193 | + */ |
|
191 | 194 | public function getClientMock( $method ) |
192 | 195 | { |
193 | 196 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Product\Media\Standard::class ) |