comment fixes
[civicrm-core.git] / CRM / Core / Form / Tag.php
index ecb786e8c1392dca0e7b51c9e51f49fafae2aaaf..ffc6e187dbacfb03411a37d750c8d36497d3bfb4 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form element for free tag widget
- *
+ * This class generates form element for free tag widget.
  */
 class CRM_Core_Form_Tag {
   public $_entityTagValues;
@@ -57,8 +54,6 @@ class CRM_Core_Form_Tag {
    *   True if need to add entry in entry table via ajax.
    * @param string $tagsetElementName
    *   If you need to create tagsetlist with specific name.
-   *
-   * @return void
    */
   public static function buildQuickForm(
     &$form, $parentNames, $entityTable, $entityId = NULL, $skipTagCreate = FALSE,
@@ -131,8 +126,6 @@ class CRM_Core_Form_Tag {
    *   Entity table.
    * @param CRM_Core_Form $form
    *   Form object.
-   *
-   * @return void
    */
   public static function postProcess(&$params, $entityId, $entityTable = 'civicrm_contact', &$form) {
     if ($form && !empty($form->_entityTagValues)) {