Passed
Branch master (ba77f4)
by Aimeos
03:57
created
lib/custom/src/MShop/Customer/Manager/Typo3.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -559,14 +559,14 @@
 block discarded – undo
559 559
 
560 560
 			$results = $this->searchItemsBase( $conn, $search, $cfgPathSearch, $cfgPathCount, $required, $total, $level, $this->plugins );
561 561
 			while( ( $row = $results->fetch() ) !== false ) {
562
-				$map[ $row['customer.id'] ] = $row;
562
+				$map[$row['customer.id']] = $row;
563 563
 			}
564 564
 
565 565
 			$dbm->release( $conn, $dbname );
566 566
 		}
567 567
 		catch( \Exception $e )
568 568
 		{
569
-			$dbm->release( $conn, $dbname  );
569
+			$dbm->release( $conn, $dbname );
570 570
 			throw $e;
571 571
 		}
572 572
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -403,8 +403,7 @@
 block discarded – undo
403 403
 				 * @see mshop/customer/manager/typo3/count
404 404
 				 */
405 405
 				$path = 'mshop/customer/manager/typo3/insert';
406
-			}
407
-			else
406
+			} else
408 407
 			{
409 408
 				/** mshop/customer/manager/typo3/update
410 409
 				 * Updates an existing customer record in the database
Please login to merge, or discard this patch.