diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php index 2933a5f66..ee707cf88 100644 --- a/Utils/ColorUtils.php +++ b/Utils/ColorUtils.php @@ -39,7 +39,7 @@ final class ColorUtils * * @param int $rgbInt Value to convert * - * @return array + * @return array{r:int, g:int, b:int} * * @since 1.0.0 */ @@ -57,7 +57,7 @@ final class ColorUtils /** * Convert rgb to int * - * @param array $rgb Int rgb array + * @param array{r:int, g:int, b:int} $rgb Int rgb array * * @return int *