Passed
Push — Accessing-and-setting-the-site... ( 7ed64c...73125f )
by Stone
02:04
created
Core/Dependency/Request.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      * get the current uri for routing
35 35
      * @return mixed
36 36
      */
37
-    public function getUri(){
37
+    public function getUri() {
38 38
         return $_SERVER['REQUEST_URI'];
39 39
     }
40 40
 
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     {
68 68
         $host = $_SERVER['HTTP_HOST'];
69 69
         $https = !empty($_SERVER['HTTPS']) ? 'https' : 'http';
70
-        return $https . '://' . $host . '/';
70
+        return $https.'://'.$host.'/';
71 71
     }
72 72
 
73 73
     /**
Please login to merge, or discard this patch.