Completed
Push — master ( ab8a43...3303a4 )
by Aimeos
11:36
created
lib/mshoplib/src/MShop/Common/Item/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
 	/**
204 204
 	 * Sets the general availability of the item
205 205
 	 *
206
-	 * @return boolean $value True if available, false if not
206
+	 * @return boolean|null $value True if available, false if not
207 207
 	 */
208 208
 	public function setAvailable( $value )
209 209
 	{
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Order/Item/Base/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@
 block discarded – undo
358 358
 	/**
359 359
 	 * Sets the general availability of the item
360 360
 	 *
361
-	 * @return boolean $value True if available, false if not
361
+	 * @return boolean|null $value True if available, false if not
362 362
 	 */
363 363
 	public function setAvailable( $value )
364 364
 	{
Please login to merge, or discard this patch.