From 4fd68798a3fb373669d4f61fc109f900d97e3313 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Aug 2019 20:38:51 +0200 Subject: [PATCH] Fix phpcs --- htdocs/core/lib/functions2.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php index 72bdce0f524..c22a8da5cee 100644 --- a/htdocs/core/lib/functions2.lib.php +++ b/htdocs/core/lib/functions2.lib.php @@ -2345,10 +2345,10 @@ function colorLighten($hex, $percent) /** - * @param string $hex color in hex - * @param float $alpha 0 to 1 to add alpha channel - * @param bool $return Array set to 1 to return an array instead of string - * @return string|array String or array + * @param string $hex color in hex + * @param float $alpha 0 to 1 to add alpha channel + * @param bool $returnArray Array set to 1 to return an array instead of string + * @return string|array String or array */ function colorHexToRgb($hex, $alpha = false, $returnArray = false) {