comment fixes
authoreileenmcnaugton <eileen@fuzion.co.nz>
Mon, 31 Aug 2015 12:32:39 +0000 (00:32 +1200)
committereileenmcnaugton <eileen@fuzion.co.nz>
Mon, 31 Aug 2015 20:05:16 +0000 (08:05 +1200)
CRM/Contact/Page/DedupeFind.php
CRM/Contact/Page/DedupeMerge.php
CRM/Contact/Page/DedupeRules.php
CRM/Contact/Page/ImageFile.php
CRM/Contact/Page/Inline/Actions.php
CRM/Contact/Page/Inline/Address.php
CRM/Contact/Page/Inline/CommunicationPreferences.php
CRM/Contact/Page/Inline/ContactInfo.php
CRM/Contact/Page/Inline/ContactName.php

index 9c2ea680e7bfe19244c4c2cf5a3e002b7ee3ad18..1820a8471550da7d0a56fcb6d9aabf879bf514bb 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic {
   protected $_cid = NULL;
@@ -50,17 +48,12 @@ class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic {
 
   /**
    * Get action Links.
-   *
-   * @return void
-   *   (reference) of action links
    */
   public function &links() {
   }
 
   /**
    * Browse all rule groups.
-   *
-   * @return void
    */
   public function run() {
     $gid = CRM_Utils_Request::retrieve('gid', 'Positive', $this, FALSE, 0);
@@ -338,8 +331,6 @@ class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic {
 
   /**
    * Browse all rule groups.
-   *
-   * @return void
    */
   public function browse() {
     $this->assign('main_contacts', $this->_mainContacts);
index 4e1f17b410fdf2901bd19dd73bf9f206b12b7466..49f6bc8847a91b8999585d74b63c0edf032154b9 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2014
- * $Id$
- *
  */
 class CRM_Contact_Page_DedupeMerge extends CRM_Core_Page {
 
@@ -38,9 +36,6 @@ class CRM_Contact_Page_DedupeMerge extends CRM_Core_Page {
 
   /**
    * Browse batch merges.
-   *
-   * @return void
-   * @access public
    */
   public function run() {
     $runner = self::getRunner();
index e4364f1adc8dfdd83b7f255a042965f47a17224a..56e3dec39be5dbeff690a90c675d44c283e7d490 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Contact_Page_DedupeRules extends CRM_Core_Page_Basic {
 
@@ -99,8 +97,6 @@ class CRM_Contact_Page_DedupeRules extends CRM_Core_Page_Basic {
    * This method is called after the page is created. It checks for the type
    * of action and executes that action. Finally it calls the parent's run
    * method.
-   *
-   * @return void
    */
   public function run() {
     // get the requested action, default to 'browse'
@@ -136,8 +132,6 @@ class CRM_Contact_Page_DedupeRules extends CRM_Core_Page_Basic {
 
   /**
    * Browse all rule groups.
-   *
-   * @return void
    */
   public function browse() {
     // get all rule groups
index 69b094b63a7b8de0e5239774c3dd30dfa25d9196..453dd0794db6de461524b234c6f9224f3f1c8b1b 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Contact_Page_ImageFile extends CRM_Core_Page {
   /**
index 9e27f35c808a3d2d001e33c11ad47b2342849eb9..614451c0e59d7f40f76771833a55e840d58a63f8 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * Dummy page for actions button
- *
+ * Dummy page for actions button.
  */
 class CRM_Contact_Page_Inline_Actions extends CRM_Core_Page {
 
@@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_Actions extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
    */
   public function run() {
     $contactId = CRM_Utils_Request::retrieve('cid', 'Positive', CRM_Core_DAO::$_nullObject, TRUE, NULL, $_REQUEST);
index fbe3c03ee4ea677249ddab03b14006db32ab8808..9bd28348547f4f941258d022a4e4a8fae716f735 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * Dummy page for details of address
- *
+ * Dummy page for details of address.
  */
 class CRM_Contact_Page_Inline_Address extends CRM_Core_Page {
 
@@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_Address extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
    */
   public function run() {
     // get the emails for this contact
index b89e51ed37093c2580b96765cc6c3bacc5981cfe..646f2228b508a8ee26bf50e2143e7c56d391dd66 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * Dummy page for details of communication preferences
- *
+ * Dummy page for details of communication preferences.
  */
 class CRM_Contact_Page_Inline_CommunicationPreferences extends CRM_Core_Page {
 
@@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_CommunicationPreferences extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
    */
   public function run() {
     // get the emails for this contact
index 0439b9f3a19cfe6335a7b5ff29590d181a20634f..ec9a5cc0303a83b5d4f2f061a30b16220b759e8f 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * Page to disply contact information on topi of summary
- *
+ * Page to display contact information on top of summary.
  */
 class CRM_Contact_Page_Inline_ContactInfo extends CRM_Core_Page {
 
@@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_ContactInfo extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
    */
   public function run() {
     // get the emails for this contact
index 1f92e66678fa856472faa4b57c28705726bbf1c7..7db5a76c5ce05332761edbcbecc57184311312c1 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * Page to disply contact name on top of the summary
- *
+ * Page to display contact name on top of the summary.
  */
 class CRM_Contact_Page_Inline_ContactName extends CRM_Core_Page {
 
@@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_ContactName extends CRM_Core_Page {
    * Run the page.
    *
    * This method is called after the page is created.
-   *
-   * @return void
    */
   public function run() {
     // get the emails for this contact