Skip to content

Commit

Permalink
returns integer
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingmedia committed Nov 17, 2016
1 parent d1f0449 commit 698c91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Text.php
Expand Up @@ -687,7 +687,7 @@ public static function truncateByWidth($text, $length = 100, array $options = []
*
* @param string $text The string being checked for length
* @param array $options An array of options.
* @return string
* @return int
*/
protected static function _strlen($text, array $options)
{
Expand Down

0 comments on commit 698c91e

Please sign in to comment.