X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FGroupContact.php;h=64e83e772cb56b6163f4da5ad091a4fd5833f0e3;hb=5a409b503d3d12e55c4734e88d046971e640f3bd;hp=869a3e1f46881d17d1ceb4eb6ee7ed1f79068b5a;hpb=1b7f28641258a752d96349cd87c984beba844316;p=civicrm-core.git diff --git a/CRM/Contact/Form/GroupContact.php b/CRM/Contact/Form/GroupContact.php index 869a3e1f46..64e83e772c 100644 --- a/CRM/Contact/Form/GroupContact.php +++ b/CRM/Contact/Form/GroupContact.php @@ -1,7 +1,7 @@ _contactId = $this->get('contactId'); $this->_groupContactId = $this->get('groupContactId'); @@ -75,8 +75,6 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { /** * Build the form object. - * - * @return void */ public function buildQuickForm() { // get the list of all the groups @@ -129,8 +127,7 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { } /** - * - * @return void + * Post process form. */ public function postProcess() { $contactID = array($this->_contactId);