Completed
Push — master ( 14839e...9c4bb8 )
by Aimeos
07:11 queued 01:55
created
controller/common/src/Controller/Common/Product/Import/Csv/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@
 block discarded – undo
242 242
 	/**
243 243
 	 * Returns the processor object for saving the product related information
244 244
 	 *
245
-	 * @param array $mapping Associative list of processor types as keys and index/data mappings as values
245
+	 * @param array $mappings Associative list of processor types as keys and index/data mappings as values
246 246
 	 * @return \Aimeos\Controller\Common\Product\Import\Csv\Processor\Iface Processor object
247 247
 	 */
248 248
 	protected function getProcessors( array $mappings )
Please login to merge, or discard this patch.
tests/Controller/Common/Product/Import/Csv/Processor/Text/StandardTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -291,6 +291,9 @@  discard block
 block discarded – undo
291 291
 	}
292 292
 
293 293
 
294
+	/**
295
+	 * @param string $code
296
+	 */
294 297
 	protected function create( $code )
295 298
 	{
296 299
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -330,6 +333,9 @@  discard block
 block discarded – undo
330 333
 	}
331 334
 
332 335
 
336
+	/**
337
+	 * @param string $code
338
+	 */
333 339
 	protected function get( $code )
334 340
 	{
335 341
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
Please login to merge, or discard this patch.
controller/jobs/src/Controller/Jobs/Customer/Email/Account/Standard.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -98,9 +98,6 @@
 block discarded – undo
98 98
 	 * Sends the account creation e-mail to the e-mail address of the customer
99 99
 	 *
100 100
 	 * @param \Aimeos\MShop\Context\Item\Iface $context Context item object
101
-	 * @param \Aimeos\MShop\Common\Item\Address\Iface $address Payment address item of the customer
102
-	 * @param string $code Customer login name
103
-	 * @param string $password Customer clear text password
104 101
 	 */
105 102
 	protected function sendEmail( \Aimeos\MShop\Context\Item\Iface $context, \Aimeos\MShop\Customer\Item\Iface $item )
106 103
 	{
Please login to merge, or discard this patch.
controller/jobs/src/Controller/Jobs/Product/Import/Csv/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -499,7 +499,7 @@
 block discarded – undo
499 499
 	 *
500 500
 	 * @param array $products List of products items implementing \Aimeos\MShop\Product\Item\Iface
501 501
 	 * @param array $data Associative list of import data as index/value pairs
502
-	 * @param array $mappings Associative list of positions and domain item keys
502
+	 * @param array $mapping Associative list of positions and domain item keys
503 503
 	 * @param \Aimeos\Controller\Common\Product\Import\Csv\Processor\Iface $processor Processor object
504 504
 	 * @param boolean $strict Log columns not mapped or silently ignore them
505 505
 	 * @return integer Number of products that couldn't be imported
Please login to merge, or discard this patch.
Controller/Common/Product/Import/Csv/Processor/Attribute/StandardTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -291,6 +291,9 @@  discard block
 block discarded – undo
291 291
 	}
292 292
 
293 293
 
294
+	/**
295
+	 * @param string $code
296
+	 */
294 297
 	protected function create( $code )
295 298
 	{
296 299
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -330,6 +333,9 @@  discard block
 block discarded – undo
330 333
 	}
331 334
 
332 335
 
336
+	/**
337
+	 * @param string $code
338
+	 */
333 339
 	protected function get( $code )
334 340
 	{
335 341
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
Please login to merge, or discard this patch.
Controller/Common/Product/Import/Csv/Processor/Catalog/StandardTest.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -290,6 +290,9 @@  discard block
 block discarded – undo
290 290
 	}
291 291
 
292 292
 
293
+	/**
294
+	 * @param string $code
295
+	 */
293 296
 	protected function create( $code )
294 297
 	{
295 298
 		$manager = \Aimeos\MShop\Catalog\Manager\Factory::createManager( $this->context );
@@ -316,6 +319,11 @@  discard block
 block discarded – undo
316 319
 	}
317 320
 
318 321
 
322
+	/**
323
+	 * @param string $code
324
+	 *
325
+	 * @return \Aimeos\MShop\Catalog\Item\Iface
326
+	 */
319 327
 	protected function get( $code )
320 328
 	{
321 329
 		$manager = \Aimeos\MShop\Catalog\Manager\Factory::createManager( $this->context );
Please login to merge, or discard this patch.
tests/Controller/Common/Product/Import/Csv/Processor/Media/StandardTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -291,6 +291,9 @@  discard block
 block discarded – undo
291 291
 	}
292 292
 
293 293
 
294
+	/**
295
+	 * @param string $code
296
+	 */
294 297
 	protected function create( $code )
295 298
 	{
296 299
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -330,6 +333,9 @@  discard block
 block discarded – undo
330 333
 	}
331 334
 
332 335
 
336
+	/**
337
+	 * @param string $code
338
+	 */
333 339
 	protected function get( $code )
334 340
 	{
335 341
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
Please login to merge, or discard this patch.
tests/Controller/Common/Product/Import/Csv/Processor/Price/StandardTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -291,6 +291,9 @@  discard block
 block discarded – undo
291 291
 	}
292 292
 
293 293
 
294
+	/**
295
+	 * @param string $code
296
+	 */
294 297
 	protected function create( $code )
295 298
 	{
296 299
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -330,6 +333,9 @@  discard block
 block discarded – undo
330 333
 	}
331 334
 
332 335
 
336
+	/**
337
+	 * @param string $code
338
+	 */
333 339
 	protected function get( $code )
334 340
 	{
335 341
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
Please login to merge, or discard this patch.
Controller/Common/Product/Import/Csv/Processor/Product/StandardTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -291,6 +291,9 @@  discard block
 block discarded – undo
291 291
 	}
292 292
 
293 293
 
294
+	/**
295
+	 * @param string $code
296
+	 */
294 297
 	protected function create( $code )
295 298
 	{
296 299
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -330,6 +333,9 @@  discard block
 block discarded – undo
330 333
 	}
331 334
 
332 335
 
336
+	/**
337
+	 * @param string $code
338
+	 */
333 339
 	protected function get( $code )
334 340
 	{
335 341
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
Please login to merge, or discard this patch.