Completed
Push — master ( b771cf...fd8864 )
by AJ
01:54
created
src/Middleware/SubdomainMiddleware.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         
35 35
         list($prefix) = $this->getPrefixAndHost($host);
36 36
         
37
-        if($prefix !== false){
37
+        if ($prefix !== false) {
38 38
             
39 39
             $params = (array) $request->getAttribute('params', []);
40 40
             
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         
35 35
         list($prefix) = $this->getPrefixAndHost($host);
36 36
         
37
-        if($prefix !== false){
37
+        if($prefix !== false) {
38 38
             
39 39
             $params = (array) $request->getAttribute('params', []);
40 40
             
Please login to merge, or discard this patch.