Completed
Push — master ( 8112ea...73e535 )
by Aimeos
13:12
created
lib/mshoplib/src/MShop/Locale/Manager/Language/Standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -463,7 +463,7 @@  discard block
 block discarded – undo
463 463
 		 * @see mshop/locale/manager/language/decorators/global
464 464
 		 */
465 465
 
466
-		return $this->getSubManagerBase( 'locale', 'language/' . $manager, $name );
466
+		return $this->getSubManagerBase( 'locale', 'language/'.$manager, $name );
467 467
 	}
468 468
 
469 469
 
@@ -510,7 +510,7 @@  discard block
 block discarded – undo
510 510
 			$replace = array(
511 511
 				$search->getConditionString( $types, $translations ),
512 512
 				$search->getSortationString( $types, $translations ),
513
-				( $columns ? ', ' . $columns : '' ),
513
+				( $columns ? ', '.$columns : '' ),
514 514
 				$search->getSliceStart(),
515 515
 				$search->getSliceSize(),
516 516
 			);
@@ -632,7 +632,7 @@  discard block
 block discarded – undo
632 632
 		$statement = $conn->create( $sql );
633 633
 		$level = \Aimeos\MW\Logger\Base::DEBUG;
634 634
 
635
-		$this->getContext()->getLogger()->log( __METHOD__ . ': SQL statement: ' . $statement, $level, 'core/sql' );
635
+		$this->getContext()->getLogger()->log( __METHOD__.': SQL statement: '.$statement, $level, 'core/sql' );
636 636
 
637 637
 		$results = $statement->execute();
638 638
 
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Locale/Manager/Site/Standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -529,7 +529,7 @@  discard block
 block discarded – undo
529 529
 		 * @see mshop/locale/manager/site/decorators/global
530 530
 		 */
531 531
 
532
-		return $this->getSubManagerBase( 'locale', 'site/' . $manager, $name );
532
+		return $this->getSubManagerBase( 'locale', 'site/'.$manager, $name );
533 533
 	}
534 534
 
535 535
 
@@ -561,7 +561,7 @@  discard block
 block discarded – undo
561 561
 			$replace = array(
562 562
 				$search->getConditionString( $types, $translations ),
563 563
 				$search->getSortationString( $types, $translations ),
564
-				( $columns ? ', ' . $columns : '' ),
564
+				( $columns ? ', '.$columns : '' ),
565 565
 				$search->getSliceStart(),
566 566
 				$search->getSliceSize(),
567 567
 			);
@@ -898,7 +898,7 @@  discard block
 block discarded – undo
898 898
 		$statement = $conn->create( $sql );
899 899
 		$level = \Aimeos\MW\Logger\Base::DEBUG;
900 900
 
901
-		$this->getContext()->getLogger()->log( __METHOD__ . ': SQL statement: ' . $statement, $level, 'core/sql' );
901
+		$this->getContext()->getLogger()->log( __METHOD__.': SQL statement: '.$statement, $level, 'core/sql' );
902 902
 
903 903
 		$results = $statement->execute();
904 904
 
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Locale/Manager/Standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -694,7 +694,7 @@  discard block
 block discarded – undo
694 694
 		$stmt = $conn->create( $sql );
695 695
 		$level = \Aimeos\MW\Logger\Base::DEBUG;
696 696
 
697
-		$this->getContext()->getLogger()->log( __METHOD__ . ': SQL statement: ' . $stmt, $level, 'core/sql' );
697
+		$this->getContext()->getLogger()->log( __METHOD__.': SQL statement: '.$stmt, $level, 'core/sql' );
698 698
 
699 699
 		return $stmt->execute();
700 700
 	}
@@ -729,7 +729,7 @@  discard block
 block discarded – undo
729 729
 			$replace = array(
730 730
 					$search->getConditionString( $types, $translations ),
731 731
 					$search->getSortationString( $types, $translations ),
732
-					( $columns ? ', ' . $columns : '' ),
732
+					( $columns ? ', '.$columns : '' ),
733 733
 					$search->getSliceStart(),
734 734
 					$search->getSliceSize(),
735 735
 			);
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Locale/Manager/Currency/Standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -378,7 +378,7 @@  discard block
 block discarded – undo
378 378
 			$replace = array(
379 379
 				$search->getConditionString( $types, $translations ),
380 380
 				$search->getSortationString( $types, $translations ),
381
-				( $columns ? ', ' . $columns : '' ),
381
+				( $columns ? ', '.$columns : '' ),
382 382
 				$search->getSliceStart(),
383 383
 				$search->getSliceSize(),
384 384
 			);
@@ -590,7 +590,7 @@  discard block
 block discarded – undo
590 590
 		 * @see mshop/locale/manager/currency/decorators/global
591 591
 		 */
592 592
 
593
-		return $this->getSubManagerBase( 'locale', 'currency/' . $manager, $name );
593
+		return $this->getSubManagerBase( 'locale', 'currency/'.$manager, $name );
594 594
 	}
595 595
 
596 596
 
@@ -637,7 +637,7 @@  discard block
 block discarded – undo
637 637
 		$statement = $conn->create( $sql );
638 638
 		$level = \Aimeos\MW\Logger\Base::DEBUG;
639 639
 
640
-		$this->getContext()->getLogger()->log( __METHOD__ . ': SQL statement: ' . $statement, $level, 'core/sql' );
640
+		$this->getContext()->getLogger()->log( __METHOD__.': SQL statement: '.$statement, $level, 'core/sql' );
641 641
 
642 642
 		$results = $statement->execute();
643 643
 
Please login to merge, or discard this patch.