@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
24 | - * @return bool|string |
|
24 | + * @return string|false |
|
25 | 25 | */ |
26 | 26 | protected function checkHtAccessProtection() |
27 | 27 | { |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | } |
36 | 36 | |
37 | 37 | /** |
38 | - * @return bool|string |
|
38 | + * @return string|false |
|
39 | 39 | */ |
40 | 40 | protected function checkWebConfigProtection() |
41 | 41 | { |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | |
73 | 73 | /** |
74 | 74 | * Find the webserver software running on the PHP host. |
75 | - * @return string|boolean Server software or boolean FALSE |
|
75 | + * @return false|string Server software or boolean FALSE |
|
76 | 76 | */ |
77 | 77 | public function findWebserver() { |
78 | 78 | // Try finding from SERVER_SIGNATURE or SERVER_SOFTWARE |