fixed codestye issues
authorTim Mallezie <tim.mallezie@chiro.be>
Tue, 17 Mar 2015 08:11:28 +0000 (09:11 +0100)
committerTim Mallezie <tim.mallezie@chiro.be>
Tue, 17 Mar 2015 08:11:28 +0000 (09:11 +0100)
14 files changed:
CRM/Activity/Form/Activity.php
CRM/Admin/Form/ParticipantStatusType.php
CRM/Admin/Form/Tag.php
CRM/Campaign/Form/Campaign.php
CRM/Campaign/Form/Survey/Main.php
CRM/Contact/Form/Contact.php
CRM/Contact/Form/Search.php
CRM/Contribute/Form/ContributionPage.php
CRM/Core/Form.php
CRM/Event/Form/Participant.php
CRM/Event/Form/SearchEvent.php
CRM/Grant/Form/Grant.php
CRM/Member/Form/MembershipConfig.php
CRM/Profile/Form.php

index ab9e242a08803bf695b072447bbd82f1ad36849d..d8307b2659a5df7b220ddb476fa7c446c974cbda 100644 (file)
@@ -121,8 +121,8 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
   protected $_values = array();
 
   protected $unsavedWarn = TRUE;
-  
-    /**
+
+  /**
    * Explicitly declare the entity api name.
    */
   public function getDefaultEntity() {
index b7f5bfcbe05385cb4c24e9d7afc412082a5c3788..b958f0c7278d7eef419cc6030295820845e84457 100644 (file)
  *
  */
 class CRM_Admin_Form_ParticipantStatusType extends CRM_Admin_Form {
-  
+
   /**
    * Explicitly declare the entity api name.
    */
   public function getDefaultEntity() {
     return 'ParticipantStatusType';
   }
-  
+
   public function buildQuickForm() {
     parent::buildQuickForm();
 
index 10292215fe98e3b253ba18f7032f60471c85e3d1..dda438a72647393524782171312ae9ff3c9c1de8 100644 (file)
@@ -39,7 +39,7 @@
  */
 class CRM_Admin_Form_Tag extends CRM_Admin_Form {
   protected $_isTagSet;
-  
+
   /**
    * Explicitly declare the entity api name.
    */
index 6686aa6e055e67dc584a843afc016a96ef477358..9e7c853fa2263220fd0dfbe8227d94d704d1b81a 100644 (file)
@@ -66,7 +66,7 @@ class CRM_Campaign_Form_Campaign extends CRM_Core_Form {
    * @var int
    */
   protected $_campaignId;
-  
+
   /**
    * Explicitly declare the entity api name.
    */
index 95b3165c2fcfca458882da3d278e3af93ec28646..794474dd5dc577a994412a8fed530ae5ef916d3f 100644 (file)
@@ -52,7 +52,7 @@ class CRM_Campaign_Form_Survey_Main extends CRM_Campaign_Form_Survey {
    * @var string
    */
   protected $_context;
-  
+
   /**
    * Explicitly declare the entity api name.
    */
index 602b57bfcd5225d75e3838c6280fe82e99014a17..65df284ebd93b45581f03d050ad4bfd510c50303 100644 (file)
@@ -126,7 +126,7 @@ class CRM_Contact_Form_Contact extends CRM_Core_Form {
    * during the write phase
    */
   public $_preEditValues;
-  
+
   /**
    * Explicitly declare the entity api name.
    */
index 76f3cb5ef1bdcc97035bf73f3e421e7964fed496..9afc63056bc89f5dcf381b5106809756861f7587 100644 (file)
@@ -159,7 +159,7 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
   protected $_customSearchClass = NULL;
 
   protected $_openedPanes = array();
-  
+
   /**
    * Explicitly declare the entity api name.
    */
@@ -332,9 +332,10 @@ class CRM_Contact_Form_Search extends CRM_Core_Form_Search {
         $this->_taskList += CRM_Contact_Task::permissionedTaskTitles($permission,
           CRM_Utils_Array::value('deleted_contacts', $this->_formValues)
         );
-      } else {
+      }
+      else {
         $className = $this->_modeValue['taskClassName'];
-        $this->_taskList += $className::permissionedTaskTitles($permission, false);
+        $this->_taskList += $className::permissionedTaskTitles($permission, FALSE);
       }
 
       // Only offer the "Update Smart Group" task if a smart group/saved search is already in play
index 19b8aa30132e58eac77f50ef4a35f0540efbcb27..75125a8032b28dee3d10f441beb55fc729ddd80e 100644 (file)
@@ -81,7 +81,7 @@ class CRM_Contribute_Form_ContributionPage extends CRM_Core_Form {
   protected $_priceSetID = NULL;
 
   protected $_values;
-  
+
   /**
    * Explicitly declare the entity api name.
    */
index 53078f0e5b8591cd3a8520fa388be70fbdb8eb43..e071c7160efebb2740a589cdc2ab9b7c5d8cee65 100644 (file)
@@ -1037,9 +1037,9 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
       $this->addDate($name . $to, ts('To:'), $required, array('formatType' => $dateFormat));
     }
   }
-  
+
   /**
-   * Classes extending CRM_Core_Form should implement this method. 
+   * Classes extending CRM_Core_Form should implement this method.
    * @throws Exception
    */
   public function getDefaultEntity() {
index 346046b09992f6bb0799917031efc730d26e0d9a..ea70fe67c48a4462afe20be24f32cd244b0ad622 100644 (file)
@@ -188,7 +188,7 @@ class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment
    * @var null
    */
   public $_onlinePendingContributionId = NULL;
-  
+
   /**
    * Explicitly declare the entity api name.
    */
index 865a92330996ce6741ecebf4741482cc3f9f050d..d5555db620f6e6f43799854d4179d2017ba10b22 100644 (file)
@@ -33,7 +33,7 @@
  *
  */
 class CRM_Event_Form_SearchEvent extends CRM_Core_Form {
-  
+
   /**
    * Explicitly declare the entity api name.
    */
@@ -69,7 +69,7 @@ class CRM_Event_Form_SearchEvent extends CRM_Core_Form {
     );
 
     $this->addSelect('event_type_id', array('multiple' => TRUE, 'context' => 'search'));
-    
+
     $eventsByDates = array();
     $searchOption = array(ts('Show Current and Upcoming Events'), ts('Search All or by Date Range'));
     $this->addRadio('eventsByDates', ts('Events by Dates'), $searchOption, array('onclick' => "return showHideByValue('eventsByDates','1','id_fromToDates','block','radio',true);"), "<br />");
index 6b9aaae3235ea625b91b6f71e63ea51b367bc79f..86d162aefb1e301526babd485ee3088b849d1a59 100644 (file)
@@ -54,7 +54,7 @@ class CRM_Grant_Form_Grant extends CRM_Core_Form {
   protected $_contactID;
 
   protected $_context;
-  
+
   /**
    * Explicitly declare the entity api name.
    */
index 8598abfbb213927f8bc52409c533b6f1e7176098..9a53aa9b5fb800f7144cdaa6dd808162500bf771 100644 (file)
@@ -52,8 +52,8 @@ class CRM_Member_Form_MembershipConfig extends CRM_Core_Form {
    * @var string
    */
   protected $_BAOName;
-  
-      /**
+
+  /**
    * Explicitly declare the entity api name.
    */
   public function getDefaultEntity() {
index 6bcf38ffbcd685f3e1ce04caf1612abac326a060..8727a4c612368ea74676c2a943c879669e521bd6 100644 (file)
@@ -175,7 +175,7 @@ class CRM_Profile_Form extends CRM_Core_Form {
 
   protected $_currentUserID = NULL;
   protected $_session = NULL;
-  
+
   /**
    * Explicitly declare the entity api name.
    */