Replace incorrect class comment
[civicrm-core.git] / CRM / Utils / Color.php
index 35e99371327f5dc472380616642b96df115e2211..e7a231b7eac6ca0172629df48042da63c74b9601 100644 (file)
@@ -74,7 +74,7 @@ class CRM_Utils_Color {
   /**
    * Calculate a highlight color from a base color
    *
-   * @param $color
+   * @param string $color
    * @return string
    */
   public static function getHighlight($color) {
@@ -96,7 +96,7 @@ class CRM_Utils_Color {
   /**
    * Convert named color (e.g. springgreen) to hex
    *
-   * @param $colorName
+   * @param string $colorName
    * @return string|null
    */
   public static function nameToHex($colorName) {