@@ -24,10 +24,10 @@ |
||
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()) { |