Passed
Push — master ( 456408...0894d4 )
by Aimeos
04:21
created
setup/OrderConnectTables.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
 
124 124
 	protected function service()
125 125
 	{
126
-		$db =$this->db( 'db-order' );
126
+		$db = $this->db( 'db-order' );
127 127
 
128 128
 		if( !$db->hasColumn( 'mshop_order_base_service', 'baseid' ) ) {
129 129
 			return $this;
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 
157 157
 	protected function subscription()
158 158
 	{
159
-		$db =$this->db( 'db-order' );
159
+		$db = $this->db( 'db-order' );
160 160
 
161 161
 		if( !$db->hasColumn( 'mshop_subscription', 'baseid' ) ) {
162 162
 			return $this;
Please login to merge, or discard this patch.