Completed
Push — master ( 027b78...4ee65e )
by Aimeos
07:42
created
lib/mshoplib/src/MShop/Service/Item/Standard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
 	 * Sets a new starting point of time, in which the service is available.
217 217
 	 *
218 218
 	 * @param string|null New ISO date in YYYY-MM-DD hh:mm:ss format
219
-	 * @return \Aimeos\MShop\Product\Item\Iface Product item for chaining method calls
219
+	 * @return Standard Product item for chaining method calls
220 220
 	 */
221 221
 	public function setDateStart( $date )
222 222
 	{
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
 	 * Sets a new ending point of time, in which the service is available.
249 249
 	 *
250 250
 	 * @param string|null New ISO date in YYYY-MM-DD hh:mm:ss format
251
-	 * @return \Aimeos\MShop\Product\Item\Iface Product item for chaining method calls
251
+	 * @return Standard Product item for chaining method calls
252 252
 	 */
253 253
 	public function setDateEnd( $date )
254 254
 	{
Please login to merge, or discard this patch.