Completed
Push — master ( 0229de...f71bfb )
by Aimeos
04:41
created
admin/jqadm/src/Admin/JQAdm/Plugin/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -522,7 +522,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Category/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -359,7 +359,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Characteristic/Property/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -495,7 +495,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Service/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -548,7 +548,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.