@@ -14,7 +14,7 @@ |
||
14 | 14 | * Choose the best way to represent the color as a CSS value. Will use either |
15 | 15 | * a hex or rgba value depending on the alpha value. |
16 | 16 | * |
17 | - * @param color|array $color The color |
|
17 | + * @param color $color The color |
|
18 | 18 | * @return string The CSS value |
19 | 19 | */ |
20 | 20 | public static function best($color) { |