summaryrefslogtreecommitdiffstats
path: root/system/helpers/inflector_helper.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-05-17 13:54:15 +0200
committerAndrey Andreev <narf@bofh.bg>2012-05-17 13:54:15 +0200
commitae31eb5e75d914fc3ab622a7ac5c23eb1e6d9f9a (patch)
tree4c8b90e96ee95d1ae7ee88d4aa8b5544cf074f15 /system/helpers/inflector_helper.php
parent5645479c622eb36cf9869797896dc0921568c4a9 (diff)
Clean up the helpers
Diffstat (limited to 'system/helpers/inflector_helper.php')
-rw-r--r--system/helpers/inflector_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php
index feeaf57d7..2a9466305 100644
--- a/system/helpers/inflector_helper.php
+++ b/system/helpers/inflector_helper.php
@@ -201,7 +201,7 @@ if ( ! function_exists('underscore'))
*
* @param string $str
* @param string $separator
- * @return str
+ * @return string
*/
if ( ! function_exists('humanize'))
{