summaryrefslogtreecommitdiffstats
path: root/system/core/Exceptions.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-06-05 09:44:37 +0200
committerAndrey Andreev <narf@devilix.net>2017-06-05 09:45:35 +0200
commitee9d428171dc201f51eaffdb62616312915681ff (patch)
treea27f7d05c362dafe6b901da2ed854e44f665502e /system/core/Exceptions.php
parentab0010f543d88fa19506907684a9d329d4dd94e3 (diff)
[ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nits
Fix misc 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 47d153f49..526909602 100644
--- a/system/core/Exceptions.php
+++ b/system/core/Exceptions.php
@@ -231,7 +231,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)
{