summaryrefslogtreecommitdiffstats
path: root/system/core/Exceptions.php
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2017-06-05 08:08:40 +0200
committerTyson Andre <tysonandre775@hotmail.com>2017-06-05 09:28:32 +0200
commitdec2b56fa44803e1579804fe329fd45658c6217b (patch)
tree4c3ee78046cb48080b2e4c1cfad8495979260bb9 /system/core/Exceptions.php
parentfdd4b816c8bb8c072e98a586b0b41786dd34d44c (diff)
Fix misc type inconsistencies between code and doc comments
Diffstat (limited to 'system/core/Exceptions.php')
-rw-r--r--system/core/Exceptions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php
index 806598921..399b1bd63 100644
--- a/system/core/Exceptions.php
+++ b/system/core/Exceptions.php
@@ -239,7 +239,7 @@ class CI_Exceptions {
* @param string $message Error message
* @param string $filepath File path
* @param int $line Line number
- * @return string Error page output
+ * @return void
*/
public function show_php_error($severity, $message, $filepath, $line)
{