Completed
Push — master ( 169095...312ce4 )
by Aimeos
02:53
created
lib/custom/src/MW/View/Helper/Site/Iface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 	/**
23 23
 	 * Returns the site view helper
24 24
 	 *
25
-	 * @return Aimeos\MW\View\Helper\Site\Iface Site view helper
25
+	 * @return Iface Site view helper
26 26
 	 */
27 27
 	public function transform() : \Aimeos\MW\View\Helper\Site\Iface;
28 28
 
Please login to merge, or discard this patch.
lib/custom/src/MW/View/Helper/Site/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 	/**
38 38
 	 * Returns the site view helper
39 39
 	 *
40
-	 * @return Aimeos\MW\View\Helper\Site\Iface Site view helper
40
+	 * @return Standard Site view helper
41 41
 	 */
42 42
 	public function transform() : \Aimeos\MW\View\Helper\Site\Iface
43 43
 	{
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Supplier/Media/Property/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/src/Admin/JQAdm/Supplier/Media/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/src/Admin/JQAdm/Supplier/Product/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/src/Admin/JQAdm/Supplier/Text/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/Price/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/Attribute/Text/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.