summaryrefslogtreecommitdiffstats
path: root/system/core/Log.php
diff options
context:
space:
mode:
authorKasim Tan <kasimtan@gmail.com>2016-05-19 21:06:07 +0200
committerKasim Tan <kasimtan@gmail.com>2016-05-19 21:06:07 +0200
commitcadcef85a218595b5999442d669086bdb5628947 (patch)
tree7c78989d1c645ffd056b182ce0b153ce30d71ada /system/core/Log.php
parent6dfdbb2327b8bd628477af2a3d7f7c8bea2f1cec (diff)
Fixed PHPDoc parameter name and type discrepancies
Diffstat (limited to 'system/core/Log.php')
-rw-r--r--system/core/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Log.php b/system/core/Log.php
index 1abdaa00e..986121526 100644
--- a/system/core/Log.php
+++ b/system/core/Log.php
@@ -237,7 +237,7 @@ class CI_Log {
*
* @param string $level The error level
* @param string $date Formatted date string
- * @param string $msg The log message
+ * @param string $message The log message
* @return string Formatted log line with a new line character '\n' at the end
*/
protected function _format_line($level, $date, $message)