Completed
Push — master ( 1ad2fa...984043 )
by Aimeos
07:51
created
controller/jobs/src/Controller/Jobs/Subscription/Process/Renew/Standard.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -128,7 +128,6 @@  discard block
 block discarded – undo
128 128
 	 * Adds the given addresses to the basket
129 129
 	 *
130 130
 	 * @param \Aimeos\MShop\Context\Item\Iface Context object
131
-	 * @param \Aimeos\MShop\Order\Item\Base\Iface $basket Basket object to add the addresses to
132 131
 	 * @param array $addresses Associative list of type as key and address object implementing \Aimeos\MShop\Order\Item\Base\Address\Iface as value
133 132
 	 * @return \Aimeos\MShop\Order\Item\Base\Iface Order with addresses added
134 133
 	 */
@@ -205,7 +204,6 @@  discard block
 block discarded – undo
205 204
 	 * Adds the given products to the basket
206 205
 	 *
207 206
 	 * @param \Aimeos\MShop\Context\Item\Iface Context object
208
-	 * @param \Aimeos\MShop\Order\Item\Base\Iface $basket Basket object to add the products to
209 207
 	 * @param \Aimeos\MShop\Order\Item\Base\Product\Iface[] $orderProducts List of product items
210 208
 	 * @param string $orderProductId Unique ID of the ordered subscription product
211 209
 	 * @return \Aimeos\MShop\Order\Item\Base\Iface Order with products added
@@ -232,7 +230,6 @@  discard block
 block discarded – undo
232 230
 	 * Adds a matching delivery and payment service to the basket
233 231
 	 *
234 232
 	 * @param \Aimeos\MShop\Context\Item\Iface Context object
235
-	 * @param \Aimeos\MShop\Order\Item\Base\Iface $basket Basket object to add the services to
236 233
 	 * @param array $services Associative list of type as key and list of service objects implementing \Aimeos\MShop\Order\Item\Base\Service\Iface as values
237 234
 	 * @return \Aimeos\MShop\Order\Item\Base\Iface Order with delivery and payment service added
238 235
 	 */
Please login to merge, or discard this patch.
jobs/tests/Controller/Jobs/Subscription/Process/Renew/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -263,6 +263,9 @@
 block discarded – undo
263 263
 	}
264 264
 
265 265
 
266
+	/**
267
+	 * @param string $name
268
+	 */
266 269
 	protected function access( $name )
267 270
 	{
268 271
 		$class = new \ReflectionClass( \Aimeos\Controller\Jobs\Subscription\Process\Renew\Standard::class );
Please login to merge, or discard this patch.