diff --git a/standard/standard_2.php b/standard/standard_2.php index 636fb1862..77c9660cb 100644 --- a/standard/standard_2.php +++ b/standard/standard_2.php @@ -332,7 +332,7 @@ function strchr(string $haystack, string $needle, bool $before_needle = false): * (- or +) to be used on a number. By default, only the - sign is used * on a number if it's negative. This specifier forces positive numbers * to have the + sign attached as well, and was added in PHP 4.3.0.
- * @param string|int|float ...$values+ * @param mixed ...$values
*
* @return string a string produced according to the formatting string * format.