Mass cleanup of docblocks/code/comments
[civicrm-core.git] / CRM / Utils / PseudoConstant.php
index 6c2dc9e883b56d6c268b1b730efabc5989e7603b..12be37fbc1216b1f05d1ddaaa61a6cdcce940a82 100644 (file)
@@ -97,9 +97,8 @@ class CRM_Utils_PseudoConstant {
    * If there's a full, preloaded map, use it. Otherwise, use search
    * class space.
    *
-   * @param $constant
+   * @param string $constant constant-name
    *
-   * @internal param string $name constant-name
    * @return string|NULL class-name
    */
   public static function findConstantClass($constant) {