Passed
Push — master ( 3bbc65...908bc3 )
by Marcio
28:45 queued 24:50
created
src/Ballybran/Core/Http/Request.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -143,10 +143,10 @@
 block discarded – undo
143 143
         return $headers;
144 144
     }
145 145
 
146
-      /**
147
-     * This static method will create a new Request object, based on the
148
-     * current PHP request.
149
-     */
146
+        /**
147
+         * This static method will create a new Request object, based on the
148
+         * current PHP request.
149
+         */
150 150
     public static function getRequest(): RequestBuilder
151 151
     {
152 152
         $serverArr = $_SERVER;
Please login to merge, or discard this patch.