Passed
Push — master ( d7cab9...07cded )
by Aimeos
04:47
created
src/MShop/Order/Manager/Service/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@
 block discarded – undo
234 234
 		return array_replace( parent::getSearchAttributes( $withsub ), $this->createAttributes( [
235 235
 			'order.service.id' => [
236 236
 				'label' => 'Service ID',
237
-				'internaldeps' => [ 'LEFT JOIN "mshop_order_service" AS mordse ON ( mord."id" = mordse."parentid" )' ],
237
+				'internaldeps' => ['LEFT JOIN "mshop_order_service" AS mordse ON ( mord."id" = mordse."parentid" )'],
238 238
 				'internalcode' => 'id',
239 239
 				'type' => 'int',
240 240
 				'public' => false,
Please login to merge, or discard this patch.
src/MShop/Order/Manager/Service/Transaction/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
 		return array_replace( parent::getSearchAttributes( $withsub ), $this->createAttributes( [
149 149
 			'order.service.transaction.id' => [
150 150
 				'label' => 'Service transaction ID',
151
-				'internaldeps' => [ 'LEFT JOIN "mshop_order_service_tx" AS mordsetx ON ( mordse."id" = mordsetx."parentid" )' ],
151
+				'internaldeps' => ['LEFT JOIN "mshop_order_service_tx" AS mordsetx ON ( mordse."id" = mordsetx."parentid" )'],
152 152
 				'internalcode' => 'id',
153 153
 				'type' => 'int',
154 154
 				'public' => false,
Please login to merge, or discard this patch.