2
0
forked from Wavyzz/dolibarr

Fix phpcs

This commit is contained in:
Laurent Destailleur
2019-08-18 20:38:51 +02:00
parent 2f46b40da2
commit 4fd68798a3

View File

@@ -2345,10 +2345,10 @@ function colorLighten($hex, $percent)
/** /**
* @param string $hex color in hex * @param string $hex color in hex
* @param float $alpha 0 to 1 to add alpha channel * @param float $alpha 0 to 1 to add alpha channel
* @param bool $return Array set to 1 to return an array instead of string * @param bool $returnArray Array set to 1 to return an array instead of string
* @return string|array String or array * @return string|array String or array
*/ */
function colorHexToRgb($hex, $alpha = false, $returnArray = false) function colorHexToRgb($hex, $alpha = false, $returnArray = false)
{ {