CRM-19372 allow payment processors to define an array of accepted credit card types
[civicrm-core.git] / CRM / Core / OptionValue.php
index 21998224648946ca03b9b3369424f3185d540f88..df4a386029b7a3f7305440de7dbf328e24cbb6b7 100644 (file)
@@ -281,8 +281,7 @@ class CRM_Core_OptionValue {
    * @param string $mode
    * @param string $contactType
    *
-   * @return bool
-   *   true if object exists
+   * @return array
    */
   public static function getFields($mode = '', $contactType = 'Individual') {
     $key = "$mode $contactType";