From c9d87e0ada69bde5979500ff61ddf4a6c741994b Mon Sep 17 00:00:00 2001 From: BrianTeeman Date: Tue, 8 Jul 2025 11:45:22 +0100 Subject: [PATCH] [4.x] Typo reference --- src/StringHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StringHelper.php b/src/StringHelper.php index 27f3caf2..2b8a7d60 100644 --- a/src/StringHelper.php +++ b/src/StringHelper.php @@ -261,7 +261,7 @@ public static function strlen($str) * @param string|string[] $search String to search * @param string|string[] $replace Existing string to replace * @param string $str New string to replace with - * @param integer|null|boolean $count Optional count value to be passed by referene + * @param integer|null|boolean $count Optional count value to be passed by reference * * @return string UTF-8 String *