diff options
author | Andrey Andreev <narf@devilix.net> | 2016-10-03 10:19:49 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-10-03 10:19:49 +0200 |
commit | 8dc32005f0364a07a0d472106e350826c651ea8d (patch) | |
tree | f97834a4355cfba52d22d580b54f5dd19eb3f6e5 /system/libraries | |
parent | 103a4263fe8c2715f622355ee7d76114d015f242 (diff) |
[ci skip] Alter a docblock
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Encryption.php b/system/libraries/Encryption.php index 06284c2ed..545081b3b 100644 --- a/system/libraries/Encryption.php +++ b/system/libraries/Encryption.php @@ -907,7 +907,7 @@ class CI_Encryption { * Byte-safe strlen() * * @param string $str - * @return integer + * @return int */ protected static function strlen($str) { |