Completed
Push — master ( 84f8b9...29b389 )
by Angus
08:20
created
application/core/MY_Log.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
 	 * Write to defined logger. Is called from CodeIgniters native log_message()
138 138
 	 *
139 139
 	 * @param string $level
140
-	 * @param $msg
140
+	 * @param string $msg
141 141
 	 * @return bool
142 142
 	 */
143 143
 	public function write_log($level = 'error', $msg)
Please login to merge, or discard this patch.