Test Failed
Push — 1.0.0-dev ( a699fd...5dec5d )
by nguereza
02:36
created
core/classes/Config.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -160,14 +160,14 @@
 block discarded – undo
160 160
         }
161 161
          
162 162
         /**
163
-        * Return the server port using variable
164
-        *
165
-        * @return string
166
-        */
163
+         * Return the server port using variable
164
+         *
165
+         * @return string
166
+         */
167 167
         protected function getServerPort() {
168 168
             $serverPort = 80;
169 169
             if (isset($_SERVER['SERVER_PORT'])) {
170
-                 $serverPort = $_SERVER['SERVER_PORT'];
170
+                    $serverPort = $_SERVER['SERVER_PORT'];
171 171
             }
172 172
             $port = '';
173 173
             if ((is_https() && $serverPort != 443) || (!is_https() && $serverPort != 80)) {
Please login to merge, or discard this patch.