Completed
Branch master (14839e)
by Aimeos
03:29
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.
Controller/Common/Product/Import/Csv/Processor/Attribute/StandardTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -304,6 +304,9 @@  discard block
 block discarded – undo
304 304
 	}
305 305
 
306 306
 
307
+	/**
308
+	 * @param string $code
309
+	 */
307 310
 	protected function create( $code )
308 311
 	{
309 312
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -340,6 +343,9 @@  discard block
 block discarded – undo
340 343
 	}
341 344
 
342 345
 
346
+	/**
347
+	 * @param string $code
348
+	 */
343 349
 	protected function get( $code )
344 350
 	{
345 351
 		$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   +6 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,9 @@  discard block
 block discarded – undo
316 319
 	}
317 320
 
318 321
 
322
+	/**
323
+	 * @param string $code
324
+	 */
319 325
 	protected function get( $code )
320 326
 	{
321 327
 		$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
@@ -301,6 +301,9 @@  discard block
 block discarded – undo
301 301
 	}
302 302
 
303 303
 
304
+	/**
305
+	 * @param string $code
306
+	 */
304 307
 	protected function create( $code )
305 308
 	{
306 309
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -340,6 +343,9 @@  discard block
 block discarded – undo
340 343
 	}
341 344
 
342 345
 
346
+	/**
347
+	 * @param string $code
348
+	 */
343 349
 	protected function get( $code )
344 350
 	{
345 351
 		$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
@@ -272,6 +272,9 @@  discard block
 block discarded – undo
272 272
 	}
273 273
 
274 274
 
275
+	/**
276
+	 * @param string $code
277
+	 */
275 278
 	protected function create( $code )
276 279
 	{
277 280
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -311,6 +314,9 @@  discard block
 block discarded – undo
311 314
 	}
312 315
 
313 316
 
317
+	/**
318
+	 * @param string $code
319
+	 */
314 320
 	protected function get( $code )
315 321
 	{
316 322
 		$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
@@ -245,6 +245,9 @@  discard block
 block discarded – undo
245 245
 	}
246 246
 
247 247
 
248
+	/**
249
+	 * @param string $code
250
+	 */
248 251
 	protected function create( $code )
249 252
 	{
250 253
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -281,6 +284,9 @@  discard block
 block discarded – undo
281 284
 	}
282 285
 
283 286
 
287
+	/**
288
+	 * @param string $code
289
+	 */
284 290
 	protected function get( $code )
285 291
 	{
286 292
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
Please login to merge, or discard this patch.
Controller/Common/Product/Import/Csv/Processor/Property/StandardTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@  discard block
 block discarded – undo
177 177
 	}
178 178
 
179 179
 
180
+	/**
181
+	 * @param string $code
182
+	 */
180 183
 	protected function create( $code )
181 184
 	{
182 185
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
@@ -213,6 +216,9 @@  discard block
 block discarded – undo
213 216
 	}
214 217
 
215 218
 
219
+	/**
220
+	 * @param string $code
221
+	 */
216 222
 	protected function get( $code )
217 223
 	{
218 224
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
Please login to merge, or discard this patch.
tests/Controller/Common/Product/Import/Csv/Processor/Stock/StandardTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -183,6 +183,9 @@
 block discarded – undo
183 183
 	}
184 184
 
185 185
 
186
+	/**
187
+	 * @param string $code
188
+	 */
186 189
 	protected function create( $code )
187 190
 	{
188 191
 		$manager = \Aimeos\MShop\Product\Manager\Factory::createManager( $this->context );
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.