Passed
Push — master ( 7beac6...14a552 )
by Matthijs
02:01
created
src/Services/ExtraField/ExtraFieldService.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
  
9 9
 class ExtraFieldService extends BaseService
10 10
 {
11
-	public function __construct(ExtraFieldRepository $extraField)
12
-	{
13
-		$this->repo = $extraField;
14
-	}
11
+    public function __construct(ExtraFieldRepository $extraField)
12
+    {
13
+        $this->repo = $extraField;
14
+    }
15 15
 
16 16
     private function rulesValue($defaultValueId = false)
17 17
     {
Please login to merge, or discard this patch.
src/Middleware/DetectShopDomain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     {
17 17
         $shop = ShopService::findUrl($request->root());
18 18
 
19
-        if(!$shop) {
19
+        if (!$shop) {
20 20
             abort(404, "shop cannot be found");
21 21
         }
22 22
 
Please login to merge, or discard this patch.