diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-05-17 13:54:15 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-05-17 13:54:15 +0200 |
commit | ae31eb5e75d914fc3ab622a7ac5c23eb1e6d9f9a (patch) | |
tree | 4c8b90e96ee95d1ae7ee88d4aa8b5544cf074f15 /system/helpers/inflector_helper.php | |
parent | 5645479c622eb36cf9869797896dc0921568c4a9 (diff) |
Clean up the helpers
Diffstat (limited to 'system/helpers/inflector_helper.php')
-rw-r--r-- | system/helpers/inflector_helper.php | 2 |
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')) { |