Completed
Pull Request — master (#1)
by Aimeos
01:54
created
client/jsonapi/src/Client/JsonApi/Common/Factory/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 	/**
41 41
 	 * Adds the decorators to the JSON API client object
42 42
 	 *
43
-	 * @param \Aimeos\Client\JsonApi\Common\Iface $client Client object
43
+	 * @param \Aimeos\Client\JsonApi\Iface $client Client object
44 44
 	 * @param \Aimeos\MShop\Context\Item\Iface $context Context instance with necessary objects
45 45
 	 * @param \Aimeos\MW\View\Iface $view View object
46 46
 	 * @param array $templatePaths List of file system paths where the templates are stored
Please login to merge, or discard this patch.
client/jsonapi/tests/Client/JsonApi/Basket/Coupon/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -199,6 +199,9 @@
 block discarded – undo
199 199
 	}
200 200
 
201 201
 
202
+	/**
203
+	 * @param string $code
204
+	 */
202 205
 	protected function addProduct( $code )
203 206
 	{
204 207
 		$prodId = \Aimeos\MShop\Factory::createManager( $this->context, 'product' )->findItem( $code )->getId();
Please login to merge, or discard this patch.
client/jsonapi/tests/Client/JsonApi/Order/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -313,6 +313,9 @@
 block discarded – undo
313 313
 	}
314 314
 
315 315
 
316
+	/**
317
+	 * @param string $name
318
+	 */
316 319
 	protected function access( $name )
317 320
 	{
318 321
 		$class = new \ReflectionClass( '\Aimeos\Client\JsonApi\Order\Standard' );
Please login to merge, or discard this patch.