From 54ce378ae2e2bc4623e3d5918d15bb8066a424e0 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 18 Nov 2024 10:10:39 +0900 Subject: [PATCH] Text fix for deprecation message --- www/lib/CoreLibs/Convert/Colors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/lib/CoreLibs/Convert/Colors.php b/www/lib/CoreLibs/Convert/Colors.php index 73b03744..c9e7e81b 100644 --- a/www/lib/CoreLibs/Convert/Colors.php +++ b/www/lib/CoreLibs/Convert/Colors.php @@ -54,7 +54,7 @@ class Colors * or a string with the seperator * @throws \InvalidArgumentException if hex string is empty * @throws \UnexpectedValueException if the hex string value is not valid - * @deprecated v9.19.0] use: new Coordinates\RGB($hex_string) (build string/array from return data) + * @deprecated v9.19.0 use: new Coordinates\RGB($hex_string) (build string/array from return data) */ public static function hex2rgb( string $hex_string,