@@ -522,7 +522,7 @@ |
||
522 | 522 | /** |
523 | 523 | * Returns the available plugin type items |
524 | 524 | * |
525 | - * @return array List of item implementing \Aimeos\MShop\Common\Type\Iface |
|
525 | + * @return \Aimeos\MShop\Common\Item\Type\Iface[] List of item implementing \Aimeos\MShop\Common\Type\Iface |
|
526 | 526 | */ |
527 | 527 | protected function getTypeItems() |
528 | 528 | { |
@@ -359,7 +359,7 @@ |
||
359 | 359 | /** |
360 | 360 | * Returns the available catalog list types |
361 | 361 | * |
362 | - * @return array Associative list of catalog list type codes as keys and list type items as values |
|
362 | + * @return \Aimeos\MShop\Common\Item\Type\Iface[] Associative list of catalog list type codes as keys and list type items as values |
|
363 | 363 | */ |
364 | 364 | protected function getListTypes() |
365 | 365 | { |
@@ -272,7 +272,7 @@ |
||
272 | 272 | /** |
273 | 273 | * Returns the available product property types |
274 | 274 | * |
275 | - * @return array Associative list of property type IDs as keys and property type items as values |
|
275 | + * @return \Aimeos\MShop\Common\Item\Type\Iface[] Associative list of property type IDs as keys and property type items as values |
|
276 | 276 | */ |
277 | 277 | protected function getPropertyTypes() |
278 | 278 | { |
@@ -495,7 +495,7 @@ |
||
495 | 495 | /** |
496 | 496 | * Returns the available product type items |
497 | 497 | * |
498 | - * @return array List of item implementing \Aimeos\MShop\Common\Type\Iface |
|
498 | + * @return \Aimeos\MShop\Common\Item\Type\Iface[] List of item implementing \Aimeos\MShop\Common\Type\Iface |
|
499 | 499 | */ |
500 | 500 | protected function getTypeItems() |
501 | 501 | { |
@@ -548,7 +548,7 @@ |
||
548 | 548 | /** |
549 | 549 | * Returns the available service type items |
550 | 550 | * |
551 | - * @return array List of item implementing \Aimeos\MShop\Common\Type\Iface |
|
551 | + * @return \Aimeos\MShop\Common\Item\Type\Iface[] List of item implementing \Aimeos\MShop\Common\Type\Iface |
|
552 | 552 | */ |
553 | 553 | protected function getTypeItems() |
554 | 554 | { |