summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4b1302a6..3322d150 100644
--- a/index.php
+++ b/index.php
@@ -172,7 +172,7 @@ if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) {
* Map an error code into an Error word.
*
* @param int $code Error code to map
- * @return array Array of error word.
+ * @return string Readable error type
*/
function mapErrorCode($code)
{