Completed
Push — master ( d8d2d3...651d29 )
by Aimeos
03:02
created
admin/jqadm/src/Admin/JQAdm/Locale/Language/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -413,7 +413,7 @@
 block discarded – undo
413 413
 	/**
414 414
 	 * Constructs the data array for the view from the given item
415 415
 	 *
416
-	 * @param \Aimeos\MShop\Locale\Item\Iface $item Locale langauge item object
416
+	 * @param \Aimeos\MShop\Locale\Item\Language\Iface $item Locale langauge item object
417 417
 	 * @return string[] Multi-dimensional associative list of item data
418 418
 	 */
419 419
 	protected function toArray( \Aimeos\MShop\Locale\Item\Language\Iface $item, bool $copy = false ) : array
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Review/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -394,7 +394,7 @@
 block discarded – undo
394 394
 	/**
395 395
 	 * Updates the average rating and the number of ratings in the domain item
396 396
 	 *
397
-	 * @param \Aimeos\MShop\Review\Item\Iface[] $item List of review items with domain and refid
397
+	 * @param \Aimeos\MShop\Review\Item\Iface[] $items List of review items with domain and refid
398 398
 	 * @return \Aimeos\Admin\JQAdm\Iface Admin client for fluent interface
399 399
 	 */
400 400
 	protected function update( array $items ) : \Aimeos\Admin\JQAdm\Iface
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Supplier/Address/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@
 block discarded – undo
238 238
 	 *
239 239
 	 * @param \Aimeos\MShop\Supplier\Item\Iface $item Supplier item object without referenced domain items
240 240
 	 * @param array $data Data array
241
-	 * @return \Aimeos\MShop\Service\Item\Iface Modified supplier item
241
+	 * @return \Aimeos\MShop\Supplier\Item\Iface Modified supplier item
242 242
 	 */
243 243
 	protected function fromArray( \Aimeos\MShop\Supplier\Item\Iface $item, array $data ) : \Aimeos\MShop\Supplier\Item\Iface
244 244
 	{
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Attribute/Media/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -189,6 +189,9 @@
 block discarded – undo
189 189
 	}
190 190
 
191 191
 
192
+	/**
193
+	 * @param string $method
194
+	 */
192 195
 	public function getClientMock( $method )
193 196
 	{
194 197
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Attribute\Media\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Catalog/Media/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -188,6 +188,9 @@
 block discarded – undo
188 188
 	}
189 189
 
190 190
 
191
+	/**
192
+	 * @param string $method
193
+	 */
191 194
 	public function getClientMock( $method )
192 195
 	{
193 196
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Catalog\Media\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Dashboard/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@
 block discarded – undo
64 64
 	}
65 65
 
66 66
 
67
+	/**
68
+	 * @param string $method
69
+	 */
67 70
 	public function getClientMock( $method )
68 71
 	{
69 72
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Dashboard\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Locale/StandardTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -245,6 +245,10 @@
 block discarded – undo
245 245
 	}
246 246
 
247 247
 
248
+	/**
249
+	 * @param string $langid
250
+	 * @param string $currid
251
+	 */
248 252
 	protected function getItem( $langid = null, $currid = null )
249 253
 	{
250 254
 		$manager = \Aimeos\MShop::create( $this->context, 'locale' );
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Log/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
 	}
75 75
 
76 76
 
77
+	/**
78
+	 * @param string $method
79
+	 */
77 80
 	public function getClientMock( $method )
78 81
 	{
79 82
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Log\Standard::class )
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Product/Media/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -188,6 +188,9 @@
 block discarded – undo
188 188
 	}
189 189
 
190 190
 
191
+	/**
192
+	 * @param string $method
193
+	 */
191 194
 	public function getClientMock( $method )
192 195
 	{
193 196
 		$object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Product\Media\Standard::class )
Please login to merge, or discard this patch.