Passed
Branch master (b52c46)
by refat
04:18
created
core/System/Http/Http.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -24,10 +24,10 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
         /**
27
-     * Check if the website is secure
28
-     *
29
-     * @return bool
30
-     */
27
+         * Check if the website is secure
28
+         *
29
+         * @return bool
30
+         */
31 31
     public function isSecure()
32 32
     {
33 33
         if ($this->checkHttp() || $this->checkHttpXforwardedProto() || $this->checkHttpXforwardedSsl()) {
Please login to merge, or discard this patch.