Merge pull request #3927 from eileenmcnaughton/CRM-15168
[civicrm-core.git] / CRM / Core / BAO / Location.php
index 0c2b899a0bf481e7678d6e852075cb29cc0fa015..092e86e08936ca1dd8e6600b640d118b22ea9b4e 100644 (file)
@@ -310,6 +310,12 @@ WHERE e.id = %1";
    * @param  int  $updateLocBlockId update location block id
    * @return int  newly created/updated location block id.
    */
+  /**
+   * @param $locBlockId
+   * @param null $updateLocBlockId
+   *
+   * @return mixed
+   */
   static function copyLocBlock($locBlockId, $updateLocBlockId = NULL) {
     //get the location info.
     $defaults = $updateValues = array();