@@ -184,9 +184,9 @@ |
||
| 184 | 184 | /** |
| 185 | 185 | * Returns an error page, which is suitable for output to the end user via a web browser. |
| 186 | 186 | * |
| 187 | - * @param $title |
|
| 188 | - * @param $longHtml |
|
| 189 | - * @param $shortText |
|
| 187 | + * @param string $title |
|
| 188 | + * @param string $longHtml |
|
| 189 | + * @param string $shortText |
|
| 190 | 190 | * @return string |
| 191 | 191 | */ |
| 192 | 192 | function getIndexErrorOutput( $title, $longHtml, $shortText ) { |