X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FLocationType.php;h=de7d95ad1e0b42de561ba90f2e05e5282e0b1449;hb=5fb0ca0d95d05c3ade12f75226a748a357848511;hp=de2f9384ccf0b522e5bb0e2edf30d36a071cf7d0;hpb=c11da624176c6f66b876bd1c2750cc389ab993ef;p=civicrm-core.git diff --git a/CRM/Core/BAO/LocationType.php b/CRM/Core/BAO/LocationType.php index de2f9384cc..de7d95ad1e 100644 --- a/CRM/Core/BAO/LocationType.php +++ b/CRM/Core/BAO/LocationType.php @@ -109,6 +109,9 @@ class CRM_Core_BAO_LocationType extends CRM_Core_DAO_LocationType { * Get ID of billing location type * @return integer */ + /** + * @return mixed|null + */ static function getBilling() { if (self::$_billingLocationType == NULL) { $locationTypes = CRM_Core_PseudoConstant::get('CRM_Core_DAO_Address', 'location_type_id', array(), 'validate');