Passed
Push — master ( 70acbf...5b5bb9 )
by Luiz Kim
29:52 queued 27:33
created
src/Service/DomainService.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,9 @@
 block discarded – undo
38 38
             )
39 39
         ));
40 40
 
41
-        if (!$domain)
42
-            throw new InvalidArgumentException('Please define header or get param "app-domain"', 301);
41
+        if (!$domain) {
42
+                    throw new InvalidArgumentException('Please define header or get param "app-domain"', 301);
43
+        }
43 44
         return $domain;
44 45
     }
45 46
 
Please login to merge, or discard this patch.