diff --git a/src/StringHelper.php b/src/StringHelper.php index 85b676c3..fcca37e6 100644 --- a/src/StringHelper.php +++ b/src/StringHelper.php @@ -291,7 +291,7 @@ public static function strlen($str) * @param string $search String to search * @param string $replace Existing string to replace * @param string $str New string to replace with - * @param integer $count Optional count value to be passed by referene + * @param integer $count Optional count value to be passed by reference * * @return string UTF-8 String *