Merge branch 'master' into master-civimail-abtest
[civicrm-core.git] / CRM / Core / BAO / Phone.php
index 36c3c1f3461b8eeccc066dd07a2eb0f42eb244cb..57712aeb1b3d6df71def7aca1307c7090696fc87 100644 (file)
@@ -45,7 +45,7 @@ class CRM_Core_BAO_Phone extends CRM_Core_DAO_Phone {
    * @param array $params input parameters
    */
   /**
-   * @param $params
+   * @param array $params
    *
    * @return object
    * @throws API_Exception
@@ -66,7 +66,7 @@ class CRM_Core_BAO_Phone extends CRM_Core_DAO_Phone {
   }
 
   /**
-   * takes an associative array and adds phone
+   * Takes an associative array and adds phone
    *
    * @param array  $params         (reference ) an assoc array of name/value pairs
    *
@@ -117,8 +117,7 @@ class CRM_Core_BAO_Phone extends CRM_Core_DAO_Phone {
    * @access public
    * @static
    */
-  static function allPhones($id, $updateBlankLocInfo = FALSE, $type = NULL, $filters = array(
-    )) {
+  static function allPhones($id, $updateBlankLocInfo = FALSE, $type = NULL, $filters = array()) {
     if (!$id) {
       return NULL;
     }