APIv4 - Add Address::getCoordinates action
[civicrm-core.git] / CRM / Core / Config.php
index 6ca6e68ea45d1940c0ff2d91f63a0ec9193ef168..a9041e60d022cbc2a63175d1e97f0ca11d77e5c5 100644 (file)
@@ -66,14 +66,6 @@ class CRM_Core_Config extends CRM_Core_Config_MagicMerge {
    */
   private static $_singleton = NULL;
 
-  /**
-   * The constructor. Sets domain id if defined, otherwise assumes
-   * single instance installation.
-   */
-  public function __construct() {
-    parent::__construct();
-  }
-
   /**
    * Singleton function used to manage this object.
    *
@@ -230,7 +222,7 @@ class CRM_Core_Config extends CRM_Core_Config_MagicMerge {
    * @param int $domainID
    * @param bool $reset
    *
-   * @return int|null
+   * @return int
    */
   public static function domainID($domainID = NULL, $reset = FALSE) {
     static $domain;