Merge pull request #3949 from colemanw/CRM-15156
[civicrm-core.git] / CRM / Core / BAO / LocationType.php
index de2f9384ccf0b522e5bb0e2edf30d36a071cf7d0..de7d95ad1e0b42de561ba90f2e05e5282e0b1449 100644 (file)
@@ -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');