more comment fixes
[civicrm-core.git] / CRM / Contact / Form / Location.php
index 442f166b34cae229466117bbf6434029e2e5d478..260d072ccb123cd6461ec0901b533658779e373d 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Contact_Form_Location {
 
@@ -38,8 +36,6 @@ class CRM_Contact_Form_Location {
    * Set variables up before form is built.
    *
    * @param CRM_Core_Form $form
-   *
-   * @return void
    */
   public static function preProcess(&$form) {
     $form->_addBlockName = CRM_Utils_Request::retrieve('block', 'String', CRM_Core_DAO::$_nullObject);
@@ -77,8 +73,6 @@ class CRM_Contact_Form_Location {
    * Build the form object.
    *
    * @param CRM_Core_Form $form
-   *
-   * @return void
    */
   public static function buildQuickForm(&$form) {
     // required for subsequent AJAX requests.