Completed
Push — master ( ea0f59...ec5629 )
by Aimeos
01:58
created
client/jsonapi/tests/Client/JsonApi/Common/Factory/BaseTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -123,6 +123,9 @@
 block discarded – undo
123 123
 	}
124 124
 
125 125
 
126
+	/**
127
+	 * @param string $name
128
+	 */
126 129
 	protected function access( $name )
127 130
 	{
128 131
 		$class = new \ReflectionClass( \Aimeos\Client\JsonApi\Common\Factory\Base::class );
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
@@ -351,6 +351,9 @@
 block discarded – undo
351 351
 	}
352 352
 
353 353
 
354
+	/**
355
+	 * @param string $name
356
+	 */
354 357
 	protected function access( $name )
355 358
 	{
356 359
 		$class = new \ReflectionClass( \Aimeos\Client\JsonApi\Order\Standard::class );
Please login to merge, or discard this patch.