summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorSai Phaninder Reddy Jonnala <sai.jonnala@gopassport.com>2016-02-08 22:42:37 +0100
committerSai Phaninder Reddy Jonnala <sai.jonnala@gopassport.com>2016-02-08 22:42:37 +0100
commite9aad049553f4f276093a1a212a2f03f20cb337d (patch)
treef66966922175a097355ac33235f390a1e13ae305 /system/core
parent009ce6c4b68375f77bc8864528602824d6c603ba (diff)
Doc block formatting change.
Diffstat (limited to 'system/core')
-rw-r--r--system/core/Log.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/core/Log.php b/system/core/Log.php
index f338a36ec..34ac64a27 100644
--- a/system/core/Log.php
+++ b/system/core/Log.php
@@ -232,14 +232,13 @@ class CI_Log {
/**
* Format the log line.
*
- * This is for extensibility of log formatting.
- * If you want to change the log format,
- * extend the CI_Log class and override this method.
+ * This is for extensibility of log formatting
+ * If you want to change the log format, extend the CI_Log class and override this method
*
* @param string $level The error level
* @param string $date Formatted date string
* @param string $msg The log message
- * @return string formatted log line with a new line character '\n' at the end.
+ * @return string Formatted log line with a new line character '\n' at the end
*/
protected function _format_line($level, $date, $message)
{