Passed
Push — master ( ca348b...1f6505 )
by Marcio
03:43
created
src/Ballybran/Routing/Router/RouterRequest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -146,10 +146,10 @@
 block discarded – undo
146 146
         return $headers;
147 147
     }
148 148
 
149
-      /**
150
-     * This static method will create a new Request object, based on the
151
-     * current PHP request.
152
-     */
149
+        /**
150
+         * This static method will create a new Request object, based on the
151
+         * current PHP request.
152
+         */
153 153
     public static function getRequest(): Request
154 154
     {
155 155
         $serverArr = $_SERVER;
Please login to merge, or discard this patch.