Passed
Push — master ( 81a345...8ff05f )
by Matthijs
01:44
created
src/Services/Order/OrderService.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -13,10 +13,10 @@
 block discarded – undo
13 13
 
14 14
 class OrderService extends BaseService
15 15
 {
16
-	public function __construct(OrderRepository $order)
17
-	{
18
-		$this->repo = $order;
19
-	} 
16
+    public function __construct(OrderRepository $order)
17
+    {
18
+        $this->repo = $order;
19
+    } 
20 20
 
21 21
     public function createAddress(array $attributes, $orderId)
22 22
     {
Please login to merge, or discard this patch.