@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | /** |
45 | 45 | * Internal method used when outputting headers in the error description. |
46 | 46 | * |
47 | - * @param $name |
|
47 | + * @param string $name |
|
48 | 48 | * |
49 | 49 | * @return string |
50 | 50 | */ |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | * Before outputting custom links, it is validated to ensure that the user is not |
58 | 58 | * directed off to a broken link. If a 404 is detected, it is hidden. |
59 | 59 | * |
60 | - * @param $link The proposed link |
|
60 | + * @param string $link The proposed link |
|
61 | 61 | * |
62 | 62 | * @return bool |
63 | 63 | */ |
@@ -107,6 +107,9 @@ discard block |
||
107 | 107 | return $e; |
108 | 108 | } |
109 | 109 | |
110 | + /** |
|
111 | + * @param integer $statusCode |
|
112 | + */ |
|
110 | 113 | private function getStatusCodeMessage($statusCode) |
111 | 114 | { |
112 | 115 | $errors = [ |