Completed
Push — master ( 83756e...027b1b )
by Aimeos
09:33
created
lib/mshoplib/src/MShop/Catalog/Item/Standard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
 	 * Sets a new URL target specific for that category
234 234
 	 *
235 235
 	 * @param string $value New URL target specific for that category
236
-	 * @return \Aimeos\MShop\Product\Item\Iface Product item for chaining method calls
236
+	 * @return Standard Product item for chaining method calls
237 237
 	 */
238 238
 	public function setTarget( $value )
239 239
 	{
@@ -366,7 +366,7 @@  discard block
 block discarded – undo
366 366
 	/**
367 367
 	 * Returns all children of this node.
368 368
 	 *
369
-	 * @return array Numerically indexed list of nodes
369
+	 * @return \Aimeos\MShop\Common\Item\Tree\Iface[] Numerically indexed list of nodes
370 370
 	 */
371 371
 	public function getChildren()
372 372
 	{
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Locale/Item/Site/Standard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 	 * Initializes the site object.
30 30
 	 *
31 31
 	 * @param array $values Associative list of item key/value pairs
32
-	 * @param array $children List of nodes implementing \Aimeos\MW\Tree\Node\Iface
32
+	 * @param Standard[] $children List of nodes implementing \Aimeos\MW\Tree\Node\Iface
33 33
 	 */
34 34
 	public function __construct( array $values = [], array $children = [] )
35 35
 	{
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
 	/**
161 161
 	 * Returns the ID of the parent site
162 162
 	 *
163
-	 * @return string Unique ID of the parent site
163
+	 * @return integer Unique ID of the parent site
164 164
 	 */
165 165
 	public function getParentId()
166 166
 	{
Please login to merge, or discard this patch.