INFRA-132 - phpcbf Drupal.WhiteSpace.ScopeIndent.IncorrectExact
authorTim Otten <totten@civicrm.org>
Tue, 20 Jan 2015 02:46:18 +0000 (18:46 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 20 Jan 2015 02:46:18 +0000 (18:46 -0800)
The automated cleanup sometimes screws with long, commented
code blocks and with statements that end "));", so I reviewed
the diff manually fixed any egregious examples.

144 files changed:
CRM/ACL/BAO/ACL.php
CRM/ACL/Form/WordPress/Permissions.php
CRM/Activity/Form/Search.php
CRM/Activity/Import/Parser.php
CRM/Admin/Form/LabelFormats.php
CRM/Admin/Page/Persistent.php
CRM/Campaign/Form/Survey/Main.php
CRM/Campaign/Form/Survey/Results.php
CRM/Campaign/Page/Petition/ThankYou.php
CRM/Case/Audit/Audit.php
CRM/Case/Form/Search.php
CRM/Contact/BAO/Group.php
CRM/Contact/BAO/GroupNesting.php
CRM/Contact/BAO/Relationship.php
CRM/Contact/Form/Search/Custom/PriceSet.php
CRM/Contact/Form/Search/Custom/TagContributions.php
CRM/Contact/Import/Form/DataSource.php
CRM/Contact/Import/Parser.php
CRM/Contact/Page/DedupeRules.php
CRM/Contribute/Form/AdditionalInfo.php
CRM/Core/BAO/CustomField.php
CRM/Core/BAO/CustomGroup.php
CRM/Core/BAO/Email.php
CRM/Core/BAO/Location.php
CRM/Core/BAO/PrevNextCache.php
CRM/Core/I18n/SchemaStructure_3_2_beta4.php
CRM/Core/I18n/SchemaStructure_3_3_beta1.php
CRM/Core/I18n/SchemaStructure_3_4_0.php
CRM/Core/I18n/SchemaStructure_3_4_beta2.php
CRM/Core/I18n/SchemaStructure_3_4_beta3.php
CRM/Core/I18n/SchemaStructure_4_1_0.php
CRM/Core/I18n/SchemaStructure_4_1_alpha1.php
CRM/Core/I18n/SchemaStructure_4_2_alpha1.php
CRM/Core/I18n/SchemaStructure_4_3_1.php
CRM/Core/I18n/SchemaStructure_4_5_alpha1.php
CRM/Core/I18n/SchemaStructure_4_5_beta2.php
CRM/Core/ManagedEntities.php
CRM/Core/OptionValue.php
CRM/Core/Payment/Elavon.php
CRM/Core/Payment/FirstData.php
CRM/Core/Payment/GoogleIPN.php
CRM/Core/Payment/Moneris.php
CRM/Core/Payment/PayPalProIPN.php
CRM/Core/Payment/PayflowPro.php
CRM/Core/Payment/PaymentExpress.php
CRM/Core/Payment/PaymentExpressIPN.php
CRM/Core/Payment/eWAY.php
CRM/Core/Resources.php
CRM/Core/SelectValues.php
CRM/Custom/Form/CustomData.php
CRM/Custom/Import/Parser.php
CRM/Dedupe/BAO/QueryBuilder/IndividualUnsupervised.php
CRM/Event/BAO/Participant.php
CRM/Event/Badge.php
CRM/Event/Badge/NameTent.php
CRM/Event/Badge/Simple.php
CRM/Event/Cart/BAO/MerParticipant.php
CRM/Event/Form/Registration.php
CRM/Event/Import/Field.php
CRM/Event/Import/Parser.php
CRM/Extension/Mapper.php
CRM/Mailing/Event/BAO/TrackableURLOpen.php
CRM/Mailing/Event/BAO/Unsubscribe.php
CRM/Mailing/Form/ForwardMailing.php
CRM/Mailing/Form/Upload.php
CRM/Member/Import/Parser.php
CRM/Member/Page/DashBoard.php
CRM/Pledge/Form/Search.php
CRM/Price/BAO/PriceField.php
CRM/Price/BAO/PriceSet.php
CRM/Price/Form/Option.php
CRM/Report/Form.php
CRM/Report/Form/Case/Demographics.php
CRM/Report/Form/Contribute/Detail.php
CRM/Report/Form/Event/ParticipantListCount.php
CRM/Report/Form/Event/ParticipantListing.php
CRM/Report/Form/Member/ContributionDetail.php
CRM/SMS/Form/Upload.php
CRM/Upgrade/Form.php
CRM/Utils/Cache/SerializeCache.php
CRM/Utils/Date.php
CRM/Utils/DeprecatedUtils.php
CRM/Utils/Geocode/Google.php
CRM/Utils/Geocode/Yahoo.php
CRM/Utils/JS.php
CRM/Utils/Rule.php
CRM/Utils/String.php
CRM/Utils/System/Drupal.php
CRM/Utils/System/Drupal6.php
CRM/Utils/Token.php
CRM/Utils/Weight.php
api/v3/Case.php
api/v3/CaseType.php
api/v3/Contact.php
api/v3/Domain.php
api/v3/Generic/Getactions.php
api/v3/Generic/Getlist.php
api/v3/MessageTemplate.php
api/v3/Profile.php
api/v3/ReportTemplate.php
api/v3/utils.php
tests/phpunit/CRM/Contact/BAO/ContactTest.php
tests/phpunit/CRM/Core/BAO/SettingTest.php
tests/phpunit/CRM/Core/JobManagerTest.php
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php
tests/phpunit/CRM/Extension/Container/CollectionTest.php
tests/phpunit/CRM/Extension/Manager/PaymentTest.php
tests/phpunit/CRM/Extension/ManagerTest.php
tests/phpunit/CRM/Extension/MapperTest.php
tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php
tests/phpunit/CRM/Utils/JSTest.php
tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php
tests/phpunit/CRM/Utils/SignerTest.php
tests/phpunit/CRM/Utils/ZipTest.php
tests/phpunit/CiviTest/bootstrap.php
tests/phpunit/WebTest/Contact/MergeContactsTest.php
tests/phpunit/WebTest/Contribute/VerifySSLContributionTest.php
tests/phpunit/WebTest/Event/ParticipantSearchTest.php
tests/phpunit/WebTest/Import/MultipleRelationshipTest.php
tests/phpunit/WebTest/Member/StandaloneAddTest.php
tests/phpunit/api/v3/APIStandardsTest.php
tests/phpunit/api/v3/CampaignTest.php
tests/phpunit/api/v3/CustomFieldTest.php
tests/phpunit/api/v3/DomainTest.php
tests/phpunit/api/v3/EmailTest.php
tests/phpunit/api/v3/EventTest.php
tests/phpunit/api/v3/LineItemTest.php
tests/phpunit/api/v3/LocBlockTest.php
tests/phpunit/api/v3/MailSettingsTest.php
tests/phpunit/api/v3/MailingGroupTest.php
tests/phpunit/api/v3/MembershipTypeTest.php
tests/phpunit/api/v3/OptionGroupTest.php
tests/phpunit/api/v3/OptionValueTest.php
tests/phpunit/api/v3/ParticipantStatusTypeTest.php
tests/phpunit/api/v3/ParticipantTest.php
tests/phpunit/api/v3/PriceFieldTest.php
tests/phpunit/api/v3/PriceFieldValueTest.php
tests/phpunit/api/v3/PriceSetTest.php
tests/phpunit/api/v3/ProfileTest.php
tests/phpunit/api/v3/RelationshipTypeTest.php
tests/phpunit/api/v3/ReportTemplateTest.php
tests/phpunit/api/v3/SystemTest.php
tests/phpunit/api/v3/TaxContributionPageTest.php

index 09cdf29e51a0151675ccbb8cc078cf6101851f22..9e5e2fb9cc44af1d05fad54385a8f14b0283047b 100644 (file)
@@ -228,7 +228,7 @@ class CRM_ACL_BAO_ACL extends CRM_ACL_DAO_ACL {
                         AND     {$t['GroupContact']}.status     = 'Added')";
 
     /* Query for permissions granted through an ACL group to a Contact
-         * group */
+     * group */
 
     $query[] = "SELECT      {$t['ACL']}.*, 0 as override
                     FROM        {$t['ACL']}
@@ -262,10 +262,10 @@ class CRM_ACL_BAO_ACL extends CRM_ACL_DAO_ACL {
 
     while ($dao->fetch()) {
       /* Instant bypass for the following cases:
-             * 1) the rule governs all tables
-             * 2) the rule governs all objects in the table in question
-             * 3) the rule governs the specific object we want
-             */
+       * 1) the rule governs all tables
+       * 2) the rule governs all objects in the table in question
+       * 3) the rule governs the specific object we want
+       */
 
       if (empty($dao->object_table) ||
         ($dao->object_table == $object_table
@@ -284,8 +284,8 @@ class CRM_ACL_BAO_ACL extends CRM_ACL_DAO_ACL {
         );
 
         /* If the clause returned is null, then the rule is a blanket
-                 * (id is null) on a table other than the one we're interested
-                 * in.  So skip it. */
+         * (id is null) on a table other than the one we're interested
+         * in.  So skip it. */
 
         if (empty($clause)) {
           continue;
@@ -293,7 +293,7 @@ class CRM_ACL_BAO_ACL extends CRM_ACL_DAO_ACL {
       }
 
       /* Now we figure out if this is an allow or deny rule, and possibly
-             * a contact-level override */
+       * a contact-level override */
 
       if ($dao->deny) {
         $deny[] = $clause;
index 3780e7d8068348b6a77b0a340c350e0efcfde5ff..d9937254aa7131ecbda7320e698748da3488230f 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 549571b4c7488345d5d1559efa6c3e43092439a6..9c30ef073fddc0d1a2fa253ec78a03ab8ce75adb 100644 (file)
@@ -385,7 +385,7 @@ class CRM_Activity_Form_Search extends CRM_Core_Form_Search {
       // Activity date time assumes midnight at the beginning of the date
       // This sets it to almost midnight at the end of the date
       /*   if ($dateHigh <= 99999999) {
-        $dateHigh = 1000000 * $dateHigh + 235959;
+      $dateHigh = 1000000 * $dateHigh + 235959;
       } */
       $dateHigh = date('m/d/Y', strtotime($dateHigh));
       $this->_formValues['activity_date_relative'] = 0;
index b4222a6a68dfc6dfd275f7a6606fa06fd1ba407e..1ee8ad52305da28f3c1cd9a195a1e93f0d683015 100644 (file)
@@ -200,7 +200,7 @@ abstract class CRM_Activity_Import_Parser extends CRM_Import_Parser {
       if ($returnCode & self::DUPLICATE) {
         if ($returnCode & self::MULTIPLE_DUPE) {
           /* TODO: multi-dupes should be counted apart from singles
-                     * on non-skip action */
+           * on non-skip action */
         }
         $this->_duplicateCount++;
         $recordNumber = $this->_lineCount;
index 280b227717c070da3ad1d2a1d2ec20f60b8849bc..a0645235b422bb9f0036c93bb1009c17db4e3635 100644 (file)
@@ -90,16 +90,16 @@ class CRM_Admin_Form_LabelFormats extends CRM_Admin_Form {
     // currently we support only mailing label creation, hence comment below code
     /*
     $options = array(
-      'label_format' => ts('Mailing Label'),
-      'name_badge'   => ts('Name Badge'),
+    'label_format' => ts('Mailing Label'),
+    'name_badge'   => ts('Name Badge'),
     );
 
     $labelType = $this->addRadio('label_type', ts('Used For'), $options, null, '&nbsp;&nbsp;');
 
     if ($this->_action != CRM_Core_Action::ADD) {
-      $labelType->freeze();
+    $labelType->freeze();
     }
-    */
+     */
 
     $this->add('select', 'paper_size', ts('Sheet Size'),
       array(
index 91d04755dc6cbbf731d063b650cb3d371376b45a..c9081233c382f0cbc372de0f5c2fbf9e3980ffce 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 8418b29a271a66424dbb92bfae4cc40ae5d109bf..5b3dd92cc7e5007d08a7eff6d068952ec64c20d6 100644 (file)
@@ -40,9 +40,9 @@
 class CRM_Campaign_Form_Survey_Main extends CRM_Campaign_Form_Survey {
 
   /* values
-     *
-     * @var array
-     */
+   *
+   * @var array
+   */
 
   public $_values;
 
index 717fd634eb4ecda60176591b3778bcae03d8ca57..5d5f4a92ec399a4ed0ef2eb1c7b2c5893e7f936b 100644 (file)
@@ -44,9 +44,9 @@ class CRM_Campaign_Form_Survey_Results extends CRM_Campaign_Form_Survey {
   protected $_reportTitle;
 
   /* values
-     *
-     * @var array
-     */
+   *
+   * @var array
+   */
   public $_values;
 
   const NUM_OPTION = 11;
index 3e3d90683ea913aeba173832919f7f0ebbef8fe1..13e4faf982b8a47a1f7f802aa9c22adbcdb8eda4 100644 (file)
@@ -52,12 +52,12 @@ class CRM_Campaign_Page_Petition_ThankYou extends CRM_Core_Page {
 
     // send thank you or email verification emails
     /*
-       * sendEmailMode
-       * 1 = connected user via login/pwd - thank you
-       *      or dedupe contact matched who doesn't have a tag CIVICRM_TAG_UNCONFIRMED - thank you
-       *      login using fb connect - thank you + click to add msg to fb wall
-       * 2 = send a confirmation request email
-       */
+     * sendEmailMode
+     * 1 = connected user via login/pwd - thank you
+     *      or dedupe contact matched who doesn't have a tag CIVICRM_TAG_UNCONFIRMED - thank you
+     *      login using fb connect - thank you + click to add msg to fb wall
+     * 2 = send a confirmation request email
+     */
 
     return parent::run();
   }
index e7cbd4f9bc5e8965b532ec9739112cc3ae0d0982..c1022490aa1157c1de7e4707d19ee707f9e9400d 100644 (file)
@@ -225,7 +225,7 @@ class CRM_Case_Audit_Audit {
     $fh = fopen('C:/temp/audit2.xml', 'w');
     fwrite($fh, $xmlString);
     fclose($fh);
-    */
+     */
 
     $audit = new CRM_Case_Audit_Audit($xmlString, 'audit.conf.xml');
     $activities = $audit->getActivities($printReport);
index b62b3cfb585d594dd38c92724bbd2077aadc3bc0..47a37ccfcea4d7ec2599a43deb5c586cdbc2fac5 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -96,9 +96,9 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
     $this->defaults = array();
 
     /*
-         * we allow the controller to set force/reset externally, useful when we are being
-         * driven by the wizard framework
-         */
+     * we allow the controller to set force/reset externally, useful when we are being
+     * driven by the wizard framework
+     */
 
     $this->_reset = CRM_Utils_Request::retrieve('reset', 'Boolean', CRM_Core_DAO::$_nullObject);
     $this->_force = CRM_Utils_Request::retrieve('force', 'Boolean', $this, FALSE);
index 0835a6ae0a6543b49bd0e51a82915fdc20ad6e70..a62c2bd822558039720976a9c54ba38eeb6e242e 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index efe75f0f075d5e069b1bcf5bb3ddad76edcc9a0a..b065d4a1720cf4e3966c47cb43f3b3e4549d0e99 100644 (file)
@@ -262,10 +262,10 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
     }
     else {
       /* if we get here, it could be because we're out of siblings
-             * (in which case we return null) or because we're at the
-             * top level groups which do not have parents but may still
-             * have siblings, so check for that first.
-             */
+       * (in which case we return null) or because we're at the
+       * top level groups which do not have parents but may still
+       * have siblings, so check for that first.
+       */
 
       $nextGroup = $this->_getNextParentlessGroup($group);
       if ($nextGroup) {
@@ -415,8 +415,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
       $parentGroupId = $dao->parent_group_id;
       if ($parentGroupId == $checkGroupId) {
         /* print "One of these: <pre>";
-                print_r($groupIds);
-                print "</pre> has groupId $checkGroupId as an ancestor.<br/>"; */
+        print_r($groupIds);
+        print "</pre> has groupId $checkGroupId as an ancestor.<br/>"; */
 
         return TRUE;
       }
@@ -449,8 +449,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
       $childGroupId = $dao->child_group_id;
       if ($childGroupId == $checkGroupId) {
         /* print "One of these: <pre>";
-                 print_r($groupIds);
-                 print "</pre> has groupId $checkGroupId as a descendent.<br/><br/>"; */
+        print_r($groupIds);
+        print "</pre> has groupId $checkGroupId as a descendent.<br/><br/>"; */
 
         return TRUE;
       }
@@ -484,8 +484,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
       $parentGroupId = $dao->parent_group_id;
       if ($parentGroupId == $checkGroupId) {
         /* print "One of these: <pre>";
-                print_r($groupIds);
-                print "</pre> has groupId $checkGroupId as an ancestor.<br/>"; */
+        print_r($groupIds);
+        print "</pre> has groupId $checkGroupId as an ancestor.<br/>"; */
 
         return TRUE;
       }
@@ -525,8 +525,8 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
       $childGroupId = $dao->child_group_id;
       if ($childGroupId == $checkGroupId) {
         /* print "One of these: <pre>";
-                print_r($groupIds);
-                print "</pre> has groupId $checkGroupId as a descendent.<br/><br/>"; */
+        print_r($groupIds);
+        print "</pre> has groupId $checkGroupId as a descendent.<br/><br/>"; */
 
         return TRUE;
       }
index 833a6d3fcfabbc4b78c6f61e1dad79b5b85282a6..341d42cac6712356415458666e18bdb23d53e023 100644 (file)
@@ -750,16 +750,16 @@ FROM   civicrm_relationship
 WHERE  relationship_type_id = " . CRM_Utils_Type::escape($type, 'Integer');
 
     /*
-    * CRM-11792 - date fields from API are in ISO format, but this function
-    * supports date arrays BAO has increasingly standardised to ISO format
-    * so I believe this function should support ISO rather than make API
-    * format it - however, need to support array format for now to avoid breakage
-    * @ time of writing this function is called from Relationship::createMultiple (twice)
-    * CRM_BAO_Contact_Utils::clearCurrentEmployer (seemingly without dates)
-    * CRM_Contact_Form_Task_AddToOrganization::postProcess &
-    * CRM_Contact_Form_Task_AddToHousehold::postProcess
-    * (I don't think the last 2 support dates but not sure
-    */
+     * CRM-11792 - date fields from API are in ISO format, but this function
+     * supports date arrays BAO has increasingly standardised to ISO format
+     * so I believe this function should support ISO rather than make API
+     * format it - however, need to support array format for now to avoid breakage
+     * @ time of writing this function is called from Relationship::createMultiple (twice)
+     * CRM_BAO_Contact_Utils::clearCurrentEmployer (seemingly without dates)
+     * CRM_Contact_Form_Task_AddToOrganization::postProcess &
+     * CRM_Contact_Form_Task_AddToHousehold::postProcess
+     * (I don't think the last 2 support dates but not sure
+     */
 
     $dateFields = array('end_date', 'start_date');
     foreach ($dateFields as $dateField) {
index 890e7ac7ee32c2c7bafea161098edd0a542b0f4b..1c112a00ca2b46c6163f2ec25ae714dd789717b2 100644 (file)
@@ -62,11 +62,11 @@ class CRM_Contact_Form_Search_Custom_PriceSet extends CRM_Contact_Form_Search_Cu
 
   public function __destruct() {
     /*
-        if ( $this->_eventID ) {
-            $sql = "DROP TEMPORARY TABLE {$this->_tableName}";
-            CRM_Core_DAO::executeQuery( $sql );
-        }
-        */
+    if ( $this->_eventID ) {
+    $sql = "DROP TEMPORARY TABLE {$this->_tableName}";
+    CRM_Core_DAO::executeQuery( $sql );
+    }
+     */
   }
 
   public function buildTempTable() {
index a2e33947c7a79848d599bce2fe53596dc38c6c63..f0347c084f51dd2f5873f35c23ae53ffed3287c5 100644 (file)
@@ -154,9 +154,9 @@ WHERE  $where
   }
 
   /*
-  * WHERE clause is an array built from any required JOINS plus conditional filters based on search criteria field values
-  *
-  */
+   * WHERE clause is an array built from any required JOINS plus conditional filters based on search criteria field values
+   *
+   */
   /**
    * @param bool $includeContactIDs
    *
index 79e10101f24827dc6d88e8da3261950b442b1ae5..2d669f08b3c1ab07b98c744edb69e4192a4a7582 100644 (file)
@@ -378,8 +378,8 @@ class CRM_Contact_Import_Form_DataSource extends CRM_Core_Form {
    */
   private function _prepareImportTable($db, $importTableName) {
     /* TODO: Add a check for an existing _status field;
-         *  if it exists, create __status instead and return that
-         */
+     *  if it exists, create __status instead and return that
+     */
 
     $statusFieldName = '_status';
     $primaryKeyName = '_id';
@@ -388,12 +388,12 @@ class CRM_Contact_Import_Form_DataSource extends CRM_Core_Form {
     $this->set('statusFieldName', $statusFieldName);
 
     /* Make sure the PK is always last! We rely on this later.
-         * Should probably stop doing that at some point, but it
-         * would require moving to associative arrays rather than
-         * relying on numerical order of the fields. This could in
-         * turn complicate matters for some DataSources, which
-         * would also not be good. Decisions, decisions...
-         */
+     * Should probably stop doing that at some point, but it
+     * would require moving to associative arrays rather than
+     * relying on numerical order of the fields. This could in
+     * turn complicate matters for some DataSources, which
+     * would also not be good. Decisions, decisions...
+     */
 
     $alterQuery = "ALTER TABLE $importTableName
                        ADD COLUMN $statusFieldName VARCHAR(32)
index 5edf0fe4991728234caf78c364d1083f9ab2ac47..3d4a05303175f6b3d9c86c6dedfe7ff2322875b8 100644 (file)
@@ -298,7 +298,7 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
       if ($returnCode & self::DUPLICATE) {
         if ($returnCode & self::MULTIPLE_DUPE) {
           /* TODO: multi-dupes should be counted apart from singles
-                     * on non-skip action */
+           * on non-skip action */
         }
         $this->_duplicateCount++;
         array_unshift($values, $this->_rowCount);
@@ -329,8 +329,8 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
 
       // see if we've hit our timeout yet
       /* if ( $the_thing_with_the_stuff ) {
-                do_something( );
-            } */
+      do_something( );
+      } */
     }
 
     if ($mode == self::MODE_PREVIEW || $mode == self::MODE_IMPORT) {
index fba7d07d27871a163cd94f845e6c5388b986de5b..862ba1bdbc67d7bfe6939ea3cebcb031d90493aa 100644 (file)
@@ -155,9 +155,9 @@ class CRM_Contact_Page_DedupeRules extends CRM_Core_Page_Basic {
       $action = array_sum(array_keys($this->links()));
       $links = self::links();
       /* if ($dao->is_default) {
-        unset($links[CRM_Core_Action::MAP]);
-        unset($links[CRM_Core_Action::DELETE]);
-        }*/
+      unset($links[CRM_Core_Action::MAP]);
+      unset($links[CRM_Core_Action::DELETE]);
+      }*/
 
       if ($dao->is_reserved) {
         unset($links[CRM_Core_Action::DELETE]);
index 6de4ee2693007c8c4f991045d797d98390f7894b..e248660966dbd5aa244a5caeb139ff7e5766ece7 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 0244c5c777339cd8234b53ba0239e3dc91302a3b..2f94a658fd9559c5cc6cbd85cb50a4e4c6d654f5 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 159dc7bc2ae768cc3adcecee67b369970de5b38b..4c71e19ec38c3fc5a1778d4fa94c18291011df2c 100644 (file)
@@ -2070,8 +2070,8 @@ SELECT IF( EXISTS(SELECT name FROM civicrm_contact_type WHERE name like %1), 1,
           $retValue = $value;
           break;
         }
-      // note that if its not text / textarea, the code falls thru and executes
-      // the below case also
+        // note that if its not text / textarea, the code falls thru and executes
+        // the below case also
       case 'StateProvince':
       case 'Country':
         $options = array();
index 9fd5df219d5e4b07ce97308bfee8da11f548ffae..fcd3f82671c5d2f8d7111d7e52f40be01b497755 100644 (file)
@@ -79,11 +79,11 @@ class CRM_Core_BAO_Email extends CRM_Core_DAO_Email {
     $email->email = $strtolower($email->email);
 
     /*
-    * since we're setting bulkmail for 1 of this contact's emails, first reset all their other emails to is_bulkmail false
-    *  We shouldn't not set the current email to false even though we
-    *  are about to reset it to avoid contaminating the changelog if logging is enabled
-    * (only 1 email address can have is_bulkmail = true)
-    */
+     * since we're setting bulkmail for 1 of this contact's emails, first reset all their other emails to is_bulkmail false
+     *  We shouldn't not set the current email to false even though we
+     *  are about to reset it to avoid contaminating the changelog if logging is enabled
+     * (only 1 email address can have is_bulkmail = true)
+     */
     if ($email->is_bulkmail != 'null' && $params['contact_id'] && !self::isMultipleBulkMail()) {
       $sql = "
 UPDATE civicrm_email
index 338fd6208f47c1900e1df440805caee17bf1c37a..5fa6dade98c288c796a119b24d0a98bd5a27b7d0 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 33b4f38f835d4e667916861e11320a27880b90db..cb5bcef2e9a94abdf50ad34052e4e24beab22b02 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 957be33b94fe1a0917a59dd0690e45451d81d7e7..1e8f8d89a1bb0b3500e899a02025e3101a5ebbb9 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 53c1a17a125ee5b974183bd51662928d597c800c..f5406dfbd656ae91794a9901f2e3dc9fd9c52b09 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index a0703cda1f1ef776d7e1463f1a6d1214aa1eb94e..eea773ebe6be505887f5672ecee9a90c8ac0120e 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 4b8f298b056664584aeb6838c4e8964762e5e322..46f235b232b39ff5f948d5dfaadd2d4af7747674 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index cf3e2eb08aec1d8b5804cbbc7a18c3aadb112d00..743a1f1c68d7a297fa83332c7b2a8c4cbf262ca5 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index dc10aa66ab9c0c1e4ee1c9ae198501d01463521b..1281d56a7970680ebb65676b342edca2cc6845db 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 4c878934d6a1f8c52feba16620045a851be5116a..726a9a6791a2b76e2df7919fad1316aafbd42bce 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 4fa99726bead4e4a338bd63d7d96d45a741fe14b..449db2f3082c11d43bd54f5cd8c915fc821dc8c9 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index cc411e2833b9d6752841d810650cde70616948c6..f56ea6222cf6af0ba4c4cc5baa74d634199258e6 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 9e4ff122618a65b41f9ebebd8ac92c634c39156c..0ce4ff2976176cdf064ae60f4119aa64abb53e14 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index d436a9fb571d2e720db48a5e11a497cc56223e40..50aab894e6e5fe29ed8fac3962073a63c4b50d49 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index bdd48147edc9173bcac7495e03a81fce26c71b33..67e31b332ce4e646b8c5f64d64faa0714b42e43c 100644 (file)
@@ -45,7 +45,7 @@ class CRM_Core_ManagedEntities {
     CRM_Core_Transaction::addCallback(
       CRM_Core_Transaction::PHASE_POST_COMMIT,
       function () {
-      CRM_Core_ManagedEntities::singleton(TRUE)->reconcile();
+        CRM_Core_ManagedEntities::singleton(TRUE)->reconcile();
       },
       array(),
       'ManagedEntities::reconcile'
index 8af262fab8c63f8d097608276ee116108110b1da..c7d695510cdf2995ada0c4ec7544d4c06be45c9c 100644 (file)
@@ -214,7 +214,7 @@ class CRM_Core_OptionValue {
       $fieldValues = array('option_group_id' => $optionGroupID);
       // use the next available value
       /* CONVERT(value, DECIMAL) is used to convert varchar
-               field 'value' to decimal->integer                    */
+      field 'value' to decimal->integer                    */
 
       $params['value'] = (int) CRM_Utils_Weight::getDefaultWeight('CRM_Core_DAO_OptionValue',
         $fieldValues,
index 0312c24f79d3b9f37136000f42ec1b64f0a6eb93..493bfec62c5b5a60049b4f4475695e9464fdf0ae 100644 (file)
@@ -7,7 +7,7 @@
  |                                                                            |
  | Written & Contributed by Eileen McNaughton - Nov March 2008                |
  +----------------------------------------------------------------------------+
-*/
+ */
 
 /**
  * -----------------------------------------------------------------------------------------------
index d26a7ef5f8508c2483355a038944f4896522cc91..7ca813f6c47fc9e3044e638ac3e4dd788322fd9d 100644 (file)
@@ -12,7 +12,7 @@
  |                                                                    |
  |                                                                    |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Note that in order to use FirstData / LinkPoint you need a certificate (.pem) file issued by them
@@ -87,7 +87,7 @@ class CRM_Core_Payment_FirstData extends CRM_Core_Payment {
    */
   public function mapProcessorFieldstoParams($params) {
     /*concatenate full customer name first  - code from EWAY gateway
-         */
+     */
 
     $credit_card_name = $params['first_name'] . " ";
     if (strlen($params['middle_name']) > 0) {
@@ -187,9 +187,9 @@ class CRM_Core_Payment_FirstData extends CRM_Core_Payment {
     $requestxml = lphp::buildXML($requestFields);
 
     /*----------------------------------------------------------------------------------------------------
-         // Send to the payment information using cURL
-         /----------------------------------------------------------------------------------------------------
-        */
+    // Send to the payment information using cURL
+    /----------------------------------------------------------------------------------------------------
+     */
 
     $ch = curl_init($host);
     if (!$ch) {
index cd65ef6bed7f9d1a0b60402cfa1ac27817f421f4..61ae8c1671a23ebabf10a04cb5b3990cba1ce5f3 100644 (file)
@@ -224,8 +224,8 @@ class CRM_Core_Payment_GoogleIPN extends CRM_Core_Payment_BaseIPN {
     }
     else {
       /* Since trxn_id hasn't got any use here,
-             * lets make use of it by passing the eventID/membershipTypeID to next level.
-             * And change trxn_id to google-order-number before finishing db update */
+       * lets make use of it by passing the eventID/membershipTypeID to next level.
+       * And change trxn_id to google-order-number before finishing db update */
 
       if (!empty($ids['event'])) {
         $contribution->trxn_id = $ids['event'] . CRM_Core_DAO::VALUE_SEPARATOR . $ids['participant'];
index 5d6d73d8b03df20e20dc988ab3d1abbfa493ee6c..91913752a63d32063787cc54695629d80518a6ed 100644 (file)
@@ -98,11 +98,11 @@ class CRM_Core_Payment_Moneris extends CRM_Core_Payment {
       return self::error('Invalid currency selection, must be $CAD');
     }
     /* unused params: cvv not yet implemented, payment action ingored (should test for 'Sale' value?)
-        [cvv2] => 000
-        [ip_address] => 192.168.0.103
-        [payment_action] => Sale
-        [contact_type] => Individual
-        [geo_coord_id] => 1 */
+    [cvv2] => 000
+    [ip_address] => 192.168.0.103
+    [payment_action] => Sale
+    [contact_type] => Individual
+    [geo_coord_id] => 1 */
 
     //this code based on Moneris example code #
     //create an mpgCustInfo object
index e1b7593804d21ff01b0caa3f1ac8785941bd4d3d..2e433b95f0c37afb2391a881d9d08441b5eaaf6d 100644 (file)
@@ -206,17 +206,17 @@ class CRM_Core_Payment_PayPalProIPN extends CRM_Core_Payment_BaseIPN {
     $subscriptionPaymentStatus = NULL;
     //List of Transaction Type
     /*
-         recurring_payment_profile_created          RP Profile Created
-         recurring_payment           RP Sucessful Payment
-         recurring_payment_failed                               RP Failed Payment
-         recurring_payment_profile_cancel           RP Profile Cancelled
-         recurring_payment_expired         RP Profile Expired
-         recurring_payment_skipped        RP Profile Skipped
-         recurring_payment_outstanding_payment      RP Sucessful Outstanding Payment
-         recurring_payment_outstanding_payment_failed          RP Failed Outstanding Payment
-         recurring_payment_suspended        RP Profile Suspended
-         recurring_payment_suspended_due_to_max_failed_payment  RP Profile Suspended due to Max Failed Payment
-        */
+    recurring_payment_profile_created          RP Profile Created
+    recurring_payment           RP Sucessful Payment
+    recurring_payment_failed                               RP Failed Payment
+    recurring_payment_profile_cancel           RP Profile Cancelled
+    recurring_payment_expired         RP Profile Expired
+    recurring_payment_skipped        RP Profile Skipped
+    recurring_payment_outstanding_payment      RP Sucessful Outstanding Payment
+    recurring_payment_outstanding_payment_failed          RP Failed Outstanding Payment
+    recurring_payment_suspended        RP Profile Suspended
+    recurring_payment_suspended_due_to_max_failed_payment  RP Profile Suspended due to Max Failed Payment
+     */
 
     //set transaction type
     $txnType = $this->retrieve('txn_type', 'String');
index 2a73b1bd02df9ef84796028fe47d5f5b7fd4361a..245caacce6c90dc5d153eadb645e2cc8cd596e77 100644 (file)
@@ -288,16 +288,16 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     // get the result code to validate.
     $result_code = $nvpArray['RESULT'];
     /*debug
-      echo "<p>Params array</p><br>";
-      print_r($params);
-      echo "<p></p><br>";
-      echo "<p>Values to Payment Processor</p><br>";
-      print_r($payflow_query_array);
-      echo "<p></p><br>";
-      echo "<p>Results from Payment Processor</p><br>";
-      print_r($nvpArray);
-      echo "<p></p><br>";
-    */
+    echo "<p>Params array</p><br>";
+    print_r($params);
+    echo "<p></p><br>";
+    echo "<p>Values to Payment Processor</p><br>";
+    print_r($payflow_query_array);
+    echo "<p></p><br>";
+    echo "<p>Results from Payment Processor</p><br>";
+    print_r($nvpArray);
+    echo "<p></p><br>";
+     */
 
     switch ($result_code) {
       case 0:
index ab3fab382c5bc96fe9c5cda2cbf61803327f12c3..7cf9e374d14c2ee0c09ab5416254c048d27358c0 100644 (file)
@@ -21,7 +21,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 
 /*
index 281a2d022103cd7df28d900cfb27bf375d3609eb..3b87f7997081e3e1ac3b7c50db762dc0dfe51364 100644 (file)
@@ -172,8 +172,8 @@ class CRM_Core_Payment_PaymentExpressIPN extends CRM_Core_Payment_BaseIPN {
     }
     else {
       /* Since trxn_id hasn't got any use here,
-             * lets make use of it by passing the eventID/membershipTypeID to next level.
-             * And change trxn_id to the payment processor reference before finishing db update */
+       * lets make use of it by passing the eventID/membershipTypeID to next level.
+       * And change trxn_id to the payment processor reference before finishing db update */
 
       if ($ids['event']) {
         $contribution->trxn_id = $ids['event'] . CRM_Core_DAO::VALUE_SEPARATOR . $ids['participant'];
index abf9e45092729c62254b4ba453affe8768840c69..9bb50281ebab40600758c80b9a49028a1eb5e2e9 100644 (file)
@@ -54,7 +54,7 @@
  |       different CustomerID is used per currency.                   |
  |                                                                    |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * -----------------------------------------------------------------------------------------------
@@ -160,13 +160,13 @@ class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
     }
 
     /*
-        //-------------------------------------------------------------
-        // NOTE: eWAY Doesn't use the following at the moment:
-        //-------------------------------------------------------------
-       $creditCardType = $params['credit_card_type'];
-       $currentcyID    = $params['currencyID'];
-       $country        = $params['country'];
-       */
+    //-------------------------------------------------------------
+    // NOTE: eWAY Doesn't use the following at the moment:
+    //-------------------------------------------------------------
+    $creditCardType = $params['credit_card_type'];
+    $currentcyID    = $params['currencyID'];
+    $country        = $params['country'];
+     */
 
     //-------------------------------------------------------------
     // Prepare some composite data from _paymentProcessor fields
@@ -374,24 +374,24 @@ class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
     }
 
     /*
-        //----------------------------------------------------------------------------------------------------
-        // Test mode always returns trxn_id = 0 - so we fix that here
-        //
-        // NOTE: This code was taken from the AuthorizeNet payment processor, however it now appears
-        //       unecessary for the eWAY gateway - Left here in case it proves useful
-        //----------------------------------------------------------------------------------------------------
-       if ( $this->_mode == 'test' ) {
-           $query             = "SELECT MAX(trxn_id) FROM civicrm_contribution WHERE trxn_id LIKE 'test%'";
-           $p                 = array( );
-           $trxn_id           = strval( CRM_Core_Dao::singleValueQuery( $query, $p ) );
-           $trxn_id           = str_replace( 'test', '', $trxn_id );
-           $trxn_id           = intval($trxn_id) + 1;
-           $params['trxn_id'] = sprintf('test%08d', $trxn_id);
-       }
-       else {
-           $params['trxn_id'] = $eWAYResponse->TransactionNumber();
-       }
-       */
+    //----------------------------------------------------------------------------------------------------
+    // Test mode always returns trxn_id = 0 - so we fix that here
+    //
+    // NOTE: This code was taken from the AuthorizeNet payment processor, however it now appears
+    //       unecessary for the eWAY gateway - Left here in case it proves useful
+    //----------------------------------------------------------------------------------------------------
+    if ( $this->_mode == 'test' ) {
+    $query             = "SELECT MAX(trxn_id) FROM civicrm_contribution WHERE trxn_id LIKE 'test%'";
+    $p                 = array( );
+    $trxn_id           = strval( CRM_Core_Dao::singleValueQuery( $query, $p ) );
+    $trxn_id           = str_replace( 'test', '', $trxn_id );
+    $trxn_id           = intval($trxn_id) + 1;
+    $params['trxn_id'] = sprintf('test%08d', $trxn_id);
+    }
+    else {
+    $params['trxn_id'] = $eWAYResponse->TransactionNumber();
+    }
+     */
 
     //=============
     // Success !
index b506e45202a3fccf88ac39c61fdfe48c341a5b91..55cb7f856b67b2dad27f5516fe6f9a072a406b6e 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * This class facilitates the loading of resources
index 30a57a1b582a7a83020546cd0273e5c9339af9e7..40d983c454bd161c3379d38c70c58ceb159fe7b0 100644 (file)
@@ -707,16 +707,16 @@ class CRM_Core_SelectValues {
     );
 
     /*
-       Year greater than 2000 get wrong result for following format
-       echo date( 'Y-m-d', strtotime( '7 Nov, 2001') );
-       echo date( 'Y-m-d', strtotime( '7 November, 2001') );
-       Return current year
-       expected :: 2001-11-07
-       output   :: 2009-11-07
-       However
-       echo date( 'Y-m-d', strtotime( 'Nov 7, 2001') );
-       echo date( 'Y-m-d', strtotime( 'November 7, 2001') );
-       gives proper result
+    Year greater than 2000 get wrong result for following format
+    echo date( 'Y-m-d', strtotime( '7 Nov, 2001') );
+    echo date( 'Y-m-d', strtotime( '7 November, 2001') );
+    Return current year
+    expected :: 2001-11-07
+    output   :: 2009-11-07
+    However
+    echo date( 'Y-m-d', strtotime( 'Nov 7, 2001') );
+    echo date( 'Y-m-d', strtotime( 'November 7, 2001') );
+    gives proper result
      */
 
     return $dateInputFormats;
index 62271ff844ed5dcb05a265e131c089dbde13c2ca..844229ac8ba9c3d624dff50951326d4955688b42 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index d31000d967405bc157edf24e232001be85809316..2b879c15cd5c44245d5c936775b5dc26122775ca 100644 (file)
@@ -214,7 +214,7 @@ abstract class CRM_Custom_Import_Parser extends CRM_Contact_Import_Parser {
       if ($returnCode & self::DUPLICATE) {
         if ($returnCode & self::MULTIPLE_DUPE) {
           /* TODO: multi-dupes should be counted apart from singles
-                     * on non-skip action */
+           * on non-skip action */
         }
         $this->_duplicateCount++;
         $recordNumber = $this->_lineCount;
index 4009c78a03337eb51648214b56a511d9747b1003..3199da0aea049761534a2f2768c99b5885f430ce 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Class CRM_Dedupe_BAO_QueryBuilder_IndividualUnsupervised
index 89d2a4625972b2bac77a8e4897a3c1d62073d42e..6a7097e4edf5b166adc43840610f2c03a075cb34 100644 (file)
@@ -24,7 +24,7 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
 
-*/
+ */
 
 /**
  *
@@ -752,27 +752,27 @@ GROUP BY  participant.event_id
           'type' => CRM_Utils_Type::T_STRING,
         ));
 
-      $participantStatus = array(
+        $participantStatus = array(
         'participant_status' => array(
           'title' => 'Participant Status',
           'name' => 'participant_status',
           'type' => CRM_Utils_Type::T_STRING,
         ));
 
-      $participantRole = array(
+        $participantRole = array(
         'participant_role' => array(
           'title' => 'Participant Role',
           'name' => 'participant_role',
           'type' => CRM_Utils_Type::T_STRING,
         ));
 
-      $discountFields = CRM_Core_DAO_Discount::export();
+        $discountFields = CRM_Core_DAO_Discount::export();
 
-      $fields = array_merge($participantFields, $participantStatus, $participantRole,  $eventFields, $noteField, $discountFields);
+        $fields = array_merge($participantFields, $participantStatus, $participantRole,  $eventFields, $noteField, $discountFields);
 
-      // add custom data
-      $fields = array_merge($fields, CRM_Core_BAO_CustomField::getFieldsForImport('Participant'));
-      self::$_exportableFields = $fields;
+        // add custom data
+        $fields = array_merge($fields, CRM_Core_BAO_CustomField::getFieldsForImport('Participant'));
+        self::$_exportableFields = $fields;
     }
 
     return self::$_exportableFields;
index 176f9fa688b247bf4d532113d397fcf16aa28675..e837cec3a0e9684e38ddc718ea5dbabf049d55a0 100644 (file)
  */
 
 /*
-* Copyright (C) 2010 Tech To The People
-* Licensed to CiviCRM under the Academic Free License version 3.0.
-*
-*/
+ * Copyright (C) 2010 Tech To The People
+ * Licensed to CiviCRM under the Academic Free License version 3.0.
+ *
+ */
 
 /**
  *
index 32ed32b1db4a3dd8547b3f2e09bb422575bc33c4..ea0076f5be43d8f4ad8be1ac86eb30e813b6d77c 100644 (file)
 
 
 /*
-* Copyright (C) 2010 Tech To The People
-* Licensed to CiviCRM under the Academic Free License version 3.0.
-*
-*/
+ * Copyright (C) 2010 Tech To The People
+ * Licensed to CiviCRM under the Academic Free License version 3.0.
+ *
+ */
 
 /**
  *
index a2f2011b2fe27967551f2ca367a2812d085da32f..aea188f16d14d183f49f7a25016db7cc7c3c67b3 100644 (file)
 
 
 /*
-* Copyright (C) 2010 Tech To The People
-* Licensed to CiviCRM under the Academic Free License version 3.0.
-*
-*/
+ * Copyright (C) 2010 Tech To The People
+ * Licensed to CiviCRM under the Academic Free License version 3.0.
+ *
+ */
 
 /**
  *
index 548a79a7efddf1c1bd4d9527763bf2a3c5532bc2..34aba376d8bb9f04f764409577c05aeb51dce491 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Class CRM_Event_Cart_BAO_MerParticipant
index 81b4b7bc17e59da237a303de47233d1c7365c77b..dba9b6bf57fe0748b1725bd9c5ea01d641e6cc5b 100644 (file)
@@ -160,9 +160,9 @@ class CRM_Event_Form_Registration extends CRM_Core_Form {
   public $_pcpId;
 
   /* Is event already full.
-     *
-     * @var boolean
-     */
+   *
+   * @var boolean
+   */
 
   public $_isEventFull;
 
index aa58dfb2468958f471e85ec800a265cc11520ec1..3025c3d5aad1ab8f8067daff9b0a09825f9287f1 100644 (file)
@@ -114,7 +114,7 @@ class CRM_Event_Import_Field {
       case 'register_date':
         return CRM_Utils_Rule::date($this->_value);
 
-      /*
+      /* @codingStandardsIgnoreStart
         case 'event_id':
             static $events = null;
             if (!$events) {
@@ -127,7 +127,7 @@ class CRM_Event_Import_Field {
                 return false;
             }
             break;
-            */
+      @codingStandardsIgnoreEnd */
 
       default:
         break;
index 62fffd9ded4ef333e74a8f597cacae56cbe3c974..c23f159b7fe3a6e529d77bd50abf20a89cd7ef60 100644 (file)
@@ -215,7 +215,7 @@ abstract class CRM_Event_Import_Parser extends CRM_Import_Parser {
       if ($returnCode & self::DUPLICATE) {
         if ($returnCode & self::MULTIPLE_DUPE) {
           /* TODO: multi-dupes should be counted apart from singles
-                     * on non-skip action */
+           * on non-skip action */
         }
         $this->_duplicateCount++;
         $recordNumber = $this->_lineCount;
index 018f50025b5ad38db546833e3788ff688e564f7c..0b1afae8113b9318f3ab5176345e98e466b32009 100755 (executable)
@@ -393,7 +393,7 @@ class CRM_Extension_Mapper {
     $pathElm = explode(DIRECTORY_SEPARATOR, $path);
     array_pop($pathElm);
     return implode(DIRECTORY_SEPARATOR, $pathElm) . DIRECTORY_SEPARATOR . self::EXT_TEMPLATES_DIRNAME;
-    */
+     */
   }
 
   /**
index 1f8c3a55bde6461ad3181da992cfb69c4bcaafee..dcadfa6bd5d7063af6906d0c4c6cacf039a556ae 100755 (executable)
@@ -58,7 +58,7 @@ class CRM_Mailing_Event_BAO_TrackableURLOpen extends CRM_Mailing_Event_DAO_Track
     $search = new CRM_Mailing_BAO_TrackableURL();
 
     /* To find the url, we also join on the queue and job tables.  This
-         * prevents foreign key violations. */
+     * prevents foreign key violations. */
 
     $job = CRM_Mailing_BAO_MailingJob::getTableName();
     $eq = CRM_Mailing_Event_BAO_Queue::getTableName();
index ba72b40f7989a7af830f0bffe9e079e0191453f8..da8f6d03b71394369582a1deae015666197eee83 100755 (executable)
@@ -174,7 +174,7 @@ WHERE  email = %2
     );
 
     /* Make a list of groups and a list of prior mailings that received
-         * this mailing */
+     * this mailing */
 
     $groups = array();
     $base_groups = array();
@@ -195,7 +195,7 @@ WHERE  email = %2
     }
 
     /* As long as we have prior mailings, find their groups and add to the
-         * list */
+     * list */
 
     while (!empty($mailings)) {
       $do->query("
@@ -223,8 +223,8 @@ WHERE  email = %2
     CRM_Utils_Hook::unsubscribeGroups('unsubscribe', $mailing_id, $contact_id, $group_ids, $base_group_ids);
 
     /* Now we have a complete list of recipient groups.  Filter out all
-         * those except smart groups, those that the contact belongs to and
-         * base groups from search based mailings */
+     * those except smart groups, those that the contact belongs to and
+     * base groups from search based mailings */
 
     $baseGroupClause = '';
     if (!empty($base_group_ids)) {
index 60b4dede34b49e0bcced7d88a96a64f9d6a58f7b..f5d1b18aed2d3384ec73f972e070256d4e5b9017 100644 (file)
@@ -61,7 +61,7 @@ class CRM_Mailing_Form_ForwardMailing extends CRM_Core_Form {
     }
 
     /* Show the subject instead of the name here, since it's being
-         * displayed to external contacts/users */
+     * displayed to external contacts/users */
 
     CRM_Utils_System::setTitle(ts('Forward Mailing: %1', array(1 => $mailing->subject)));
 
index e47776c7926fb39e6002b9b2947257fb9280cfb8..ff7833e627ccd9d32e8dd054ec0e565199811158 100644 (file)
@@ -637,7 +637,7 @@ class CRM_Mailing_Form_Upload extends CRM_Core_Form {
       }
 
       /* Do a full token replacement on a dummy verp, the current
-             * contact and domain, and the first organization. */
+       * contact and domain, and the first organization. */
 
       // here we make a dummy mailing object so that we
       // can retrieve the tokens that we need to replace
index 33d2182eb7fb71b2764380d1817845ef2e8cc5a3..335458f624dca741c36de901a992f423477a648e 100644 (file)
@@ -208,7 +208,7 @@ abstract class CRM_Member_Import_Parser extends CRM_Import_Parser {
       if ($returnCode & self::DUPLICATE) {
         if ($returnCode & self::MULTIPLE_DUPE) {
           /* TODO: multi-dupes should be counted apart from singles
-                     * on non-skip action */
+           * on non-skip action */
         }
         $this->_duplicateCount++;
         $recordNumber = $this->_lineCount;
index 5b2da66df004c6af38c4f6e646ff28b53a8fbb2b..8186bcb800eb04b6bc5fdf02c7a27ebede3841b1 100644 (file)
@@ -181,7 +181,8 @@ class CRM_Member_Page_DashBoard extends CRM_Core_Page {
     $status = CRM_Member_BAO_MembershipStatus::getMembershipStatusCurrent();
     $status = implode(',', $status);
 
-    /* Disabled for lack of appropriate search
+    /*@codingStandardsIgnoreStart
+     Disabled for lack of appropriate search
 
        The Membership search isn't able to properly filter by join or renewal events.
        Until that works properly, the subtotals shouldn't get links.
@@ -254,7 +255,7 @@ class CRM_Member_Page_DashBoard extends CRM_Core_Page {
         }
       }
     }
-    */
+    @codingStandardsIgnoreEnd */
 
     // Temporary replacement for current totals column
 
index eb7950b0833f779bfc7c99a99245cd670e4d09e1..5845128b2374f6937f76864f8f697e36f78838e2 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index e421ed7a7e3f0b9b93836d8a9db61fbea5eb34d1..b837aedd1f2319dceb0b8cdb4c045c84c73ad5d5 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index e7fcfd1b5f594ea21b72d66ac254b8aa7e93f1ab..494530164cf99654147c615ea9a08b6b298f5967 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index c5837ac1934aa9969445727925fd9b7759de38ff..8947d883069aaea2148d25c4a2d273c6ee9c1b0c 100644 (file)
@@ -196,11 +196,11 @@ class CRM_Price_Form_Option extends CRM_Core_Form {
       //CRM_Core_DAO::getFieldValue( 'CRM_Price_DAO_PriceField', $this->_fid, 'weight', 'id' );
       // FIX ME: duplicate rule?
       /*
-            $this->addRule( 'label',
-                            ts('Duplicate option label.'),
-                            'optionExists',
-                            array( 'CRM_Core_DAO_OptionValue', $this->_oid, $this->_ogId, 'label' ) );
-            */
+      $this->addRule( 'label',
+      ts('Duplicate option label.'),
+      'optionExists',
+      array( 'CRM_Core_DAO_OptionValue', $this->_oid, $this->_ogId, 'label' ) );
+       */
 
       // value
       $this->add('text', 'amount', ts('Option Amount'), NULL, TRUE);
index 2e1861abe0e7e5130a02e2cac3576a48293d5108..995ec03b283dac88fca23542da7cca9e23f918ed 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -427,14 +427,14 @@ class CRM_Report_Form extends CRM_Core_Form {
       'force',
       'Boolean',
       CRM_Core_DAO::$_nullObject
-    );
+      );
 
     $this->_dashBoardRowCount
       = CRM_Utils_Request::retrieve(
       'rowCount',
       'Integer',
       CRM_Core_DAO::$_nullObject
-    );
+      );
 
     $this->_section = CRM_Utils_Request::retrieve('section', 'Integer', CRM_Core_DAO::$_nullObject);
 
index 01c86d40eec58ef5b5011cbe2cadc94228793ae7..7a5c02cc4880d95030e06a1926061cc8a4171302 100644 (file)
@@ -125,7 +125,7 @@ class CRM_Report_Form_Case_Demographics extends CRM_Report_Form {
                                         'operatorType' => CRM_Report_Form::OP_MULTISELECT,
                                         'options' => CRM_Core_PseudoConstant::stateProvince( ), ),
                                  ),
-    */
+         */
       ),
       'civicrm_phone' => array(
         'dao' => 'CRM_Core_DAO_Phone',
index 17d0f94abaff091e7ddc510233e8a9a88b5bd8d9..e9badb2211ebfb58fdba1e468c42d278cf267e1d 100644 (file)
@@ -827,9 +827,9 @@ WHERE  civicrm_contribution_contribution_id={$row['civicrm_contribution_contribu
       }
 
       /* Group (un-limited) report by all aliases and get counts. This might
-      * be done more efficiently when the contents of $sql are known, ie. by
-      * overriding this method in the report class.
-      */
+       * be done more efficiently when the contents of $sql are known, ie. by
+       * overriding this method in the report class.
+       */
 
       $addtotals = '';
 
index 2fffa0393686cc61d56bd226942ce39cb70a1c47..f81fadc16072c6a804e13a931f5c5490ab7e1b0e 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,    |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing      |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index a8ab64c0a0ba31fbd1c43c56720128c11362914c..418ee97507738ff008cf8786ffe4befb912e046d 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index d08760041ffda45d993efca20d141cfb4f7456c5..d301c8ce95915efa404088fdde743f6b1510e471 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index f1ad983c3da5694e8cbf283b2ef14a08c0b90b86..565182bae9c28b88b700f4654937a0371061ba5a 100644 (file)
@@ -378,7 +378,7 @@ class CRM_SMS_Form_Upload extends CRM_Core_Form {
       $dataErrors = array();
 
       /* Do a full token replacement on a dummy verp, the current
-             * contact and domain, and the first organization. */
+       * contact and domain, and the first organization. */
 
       // here we make a dummy mailing object so that we
       // can retrieve the tokens that we need to replace
index a510fb2f271e4747583095481f764c507b5f42e7..6f40d682b11509b36aee97abb9edc4f3f8c4a56b 100644 (file)
@@ -360,7 +360,7 @@ SET    version = '$version'
 
     // sample test list
     /*         $revList = array(
-      '2.1.0', '2.2.beta2', '2.2.beta1', '2.2.alpha1', */
+    '2.1.0', '2.2.beta2', '2.2.beta1', '2.2.alpha1', */
 
     /*                          '2.2.alpha3', '2.2.0', '2.2.2', '2.1.alpha1', '2.1.3'); */
 
index bcdf6860463aea9a71ce543bcefc60b0387a6c69..4ea0fe7bc5c1a6afb010781be8e0824b92ec03b8 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Class CRM_Utils_Cache_SerializeCache
index a456f4538686f13821092aff335b666a2500d75d..1c4dc6e03c260185836ea82494ccb7286d21b955 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -1729,14 +1729,14 @@ class CRM_Utils_Date {
     // 'm/d/Y' format. So that submitted value is alwats mm/dd/YY format
     // note that for date display we dynamically create text field
     /*
-      if ( !$format ) {
-      $format = $config->dateInputFormat;
-      }
+    if ( !$format ) {
+    $format = $config->dateInputFormat;
+    }
 
-      // get actual format
-      $actualPHPFormats = CRM_Core_SelectValues::datePluginToPHPFormats( );
-      $dateFormat       = CRM_Utils_Array::value( $format, $actualPHPFormats );
-    */
+    // get actual format
+    $actualPHPFormats = CRM_Core_SelectValues::datePluginToPHPFormats( );
+    $dateFormat       = CRM_Utils_Array::value( $format, $actualPHPFormats );
+     */
 
     $dateFormat = 'm/d/Y';
     $date = date($dateFormat, strtotime($mysqlDate));
index 7ec295c8fc05e8043a4c245b684b326d8b0e4fd1..d09734c486041b11bbcbc891ccc249f1b9c84c4c 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /*
  * These functions have been deprecated out of API v3 Utils folder as they are not part of the
@@ -764,18 +764,18 @@ function _civicrm_api3_deprecated_activity_formatted_param(&$params, &$values, $
  */
 function _civicrm_api3_deprecated_add_formatted_param(&$values, &$params) {
   /* Crawl through the possible classes:
-     * Contact
-     *      Individual
-     *      Household
-     *      Organization
-     *          Location
-     *              Address
-     *              Email
-     *              Phone
-     *              IM
-     *      Note
-     *      Custom
-     */
+   * Contact
+   *      Individual
+   *      Household
+   *      Organization
+   *          Location
+   *              Address
+   *              Email
+   *              Phone
+   *              IM
+   *      Note
+   *      Custom
+   */
 
   /* Cache the various object fields */
   static $fields = NULL;
index edc2deff4d4634aceb8d792ee5e6e5188273afba..f224b63ec1777db133d3eea7d7afcccecbea4dc4 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
index 6f57ef652634564bde547a366aaad788b27211cc..e5e634441587d7b3fe6056f25a70e293dd6379cc 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -185,11 +185,11 @@ class CRM_Utils_Geocode_Yahoo {
           $values['postal_code'] = $ret['postal'];
 
           /* the following logic to split the string was borrowed from
-             CRM/Core/BAO/Address.php -- CRM_Core_BAO_Address::fixAddress.
-             This is actually the function that calls the geocoding
-             script to begin with, but the postal code business takes
-             place before geocoding gets called.
-          */
+          CRM/Core/BAO/Address.php -- CRM_Core_BAO_Address::fixAddress.
+          This is actually the function that calls the geocoding
+          script to begin with, but the postal code business takes
+          place before geocoding gets called.
+           */
 
           if (preg_match('/^(\d{4,5})[+-](\d{4})$/',
             $ret['postal'],
index 5e118c3c1e0010ce7a012f14955f7bbe3daf6078..5b7a3572e0dcdf0a64198ad3e40eb7696cfd4485 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Parse Javascript content and extract translatable strings.
index 335eea5af1f1a7caf40be099dc5352aacea70c3c..30d49df23a2831febe3c659075e8c601e8226760 100644 (file)
@@ -429,7 +429,8 @@ class CRM_Utils_Rule {
       'currency', array(
         'keyColumn' => 'name',
         'labelColumn' => 'symbol',
-      ));
+      )
+    );
     $value = str_replace($currencySymbols, '', $value);
 
     if ($config->monetaryThousandSeparator) {
index cccb85e88ccb0d7f9492e31bb21fb9241fc0c8a9..08d2470716f2ffd0c20ac04e194f86cabb29b1ba 100644 (file)
@@ -319,9 +319,9 @@ class CRM_Utils_String {
       $str = preg_replace('/\s+/', '', $str);
 
       /* pattern stolen from the php.net function documentation for
-             * utf8decode();
-             * comment by JF Sebastian, 30-Mar-2005
-             */
+       * utf8decode();
+       * comment by JF Sebastian, 30-Mar-2005
+       */
 
       return preg_match('/^([\x00-\x7f]|[\xc2-\xdf][\x80-\xbf]|\xe0[\xa0-\xbf][\x80-\xbf]|[\xe1-\xec][\x80-\xbf]{2}|\xed[\x80-\x9f][\x80-\xbf]|[\xee-\xef][\x80-\xbf]{2}|f0[\x90-\xbf][\x80-\xbf]{2}|[\xf1-\xf3][\x80-\xbf]{3}|\xf4[\x80-\x8f][\x80-\xbf]{2})*$/', $str);
       // ||
index 670b13f3383c247f1e60ede396748a675bb4fa79..c79ff64111a8af1e00e7d3b79ab9bc4d8dc65bbd 100644 (file)
@@ -72,10 +72,10 @@ class CRM_Utils_System_Drupal extends CRM_Utils_System_DrupalBase {
     $form_state['method'] = 'post';
     $form_state['build_info']['args'] = array();
     /*
-    * if we want to submit this form more than once in a process (e.g. create more than one user)
-    * we must force it to validate each time for this form. Otherwise it will not validate
-    * subsequent submissions and the manner in which the password is passed in will be invalid
-    */
+     * if we want to submit this form more than once in a process (e.g. create more than one user)
+     * we must force it to validate each time for this form. Otherwise it will not validate
+     * subsequent submissions and the manner in which the password is passed in will be invalid
+     */
     $form_state['must_validate'] = TRUE;
     $config = CRM_Core_Config::singleton();
 
index df3a1a7131ec05ea57095c88b2e985fa90bcd1c6..78727b27baeb3f2fa7dde308c5386d6d7e6f57fd 100644 (file)
@@ -878,12 +878,13 @@ class CRM_Utils_System_Drupal6 extends CRM_Utils_System_DrupalBase {
       $perms = $perms + drupal_map_assoc($newPerms);
       $permList = implode(', ', $perms);
       db_query('UPDATE {permission} SET perm = "%s" WHERE rid = %d', $permList, $rid);
-      /*
+      /* @codingStandardsIgnoreStart
         if ( ! empty( $roles ) ) {
             $rids = implode(',', array_keys($roles));
             db_query( 'UPDATE {permission} SET perm = CONCAT( perm, \', edit all events\') WHERE rid IN (' . implode(',', array_keys($roles)) . ')' );
             db_query( "UPDATE {permission} SET perm = REPLACE( perm, '%s', '%s' ) WHERE rid IN ($rids)",
-                $oldPerm, implode(', ', $newPerms) );*/
+                $oldPerm, implode(', ', $newPerms) );
+      @codingStandardsIgnoreEnd */
     }
   }
 
index c92724294a13cd7bc2aca7c578ffc748249fe729..ae0b29f170023ab205fe2e604924acdb41a073bd 100644 (file)
@@ -592,7 +592,7 @@ class CRM_Utils_Token {
     $escapeSmarty = FALSE
   ) {
     /* If the token is an email action, use it.  Otherwise, find the
-         * appropriate URL */
+     * appropriate URL */
 
     if (!in_array($token, self::$_tokens['action'])) {
       $value = "{action.$token}";
index 305f28d412853ca62b85930938a1248801beb05e..976c5bd46e9b75ceefbc188cc4f1040b648fad7a 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Class CRM_Utils_Weight
index 28ff9898c452a805aad0b0cde9a979c448d03a1f..c8aa5ca9a780586df7b9c183243755892dd30ddd 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * File for the CiviCRM APIv3 Case functions
index c165555f1128bcac373f7ee13c58557b36cde4c2..3d00eca7af84609ed8ea5a7087193889cdf7e6b1 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * File for the CiviCRM APIv3 Case functions
index bb31c023a8cc7f121cb73d16eab93ce823f61446..fed2bca617bce942cf9d038608ce75d845900832 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * new version of civicrm apis. See blog post at
index e06da4281125f6164e5d0d9cf367c7915af5e38c..c8cf7f9121bc1f41f7c1c7bd6c6d6ac50bd39a54 100644 (file)
@@ -86,11 +86,11 @@ function civicrm_api3_domain_get($params) {
           CRM_Utils_Array::value(
             'phone_type_id',
           $values['location']['phone'][1]
-        )
+          )
           ),
           'phone' => CRM_Utils_Array::value(
           'phone',
-        $values['location']['phone'][1]
+          $values['location']['phone'][1]
           ),
         );
       }
index c4a5f7829e41af9a1189a323dc6ea157efd030c1..d8b7fb4adb96f198910fe33d145a041fc40ea820 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * @param array $apiRequest
index c17d510972dace3a6f996081c72042b4e783800b..aee2a58c13423860d5669f39697c1f09cf4bd127 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 /**
  * Generic api wrapper used for quicksearch and autocomplete
  *
index fb17f9830726251f6505d35bfe8d0631b80fbc24..b2ca5e145a8b5214581a586fa7b792cf0caf147b 100644 (file)
@@ -53,7 +53,7 @@ function _civicrm_api3_message_template_create_spec(&$params) {
   /*  $params['entity_id']['api.required'] = 1;
   $params['entity_table']['api.default'] = "civicrm_contribution_recur";
   $params['type']['api.default'] = "R";
-  */
+   */
 }
 
 /**
index d93beafaeaab1713be055966f21658b098c2f736..034b12b36b8083f50173dbdcc19e474a655dd991 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * File for the CiviCRM APIv3 activity profile functions
index ee4c608ba184e04942c4d19bbab53139415db0df..8fa00c97b8cd22b05c9414591e3c14b7f41186e5 100644 (file)
@@ -173,7 +173,7 @@ function _civicrm_api3_report_template_getrows_spec(&$params) {
   );
 }
 
-/*
+/* @codingStandardsIgnoreStart
 function civicrm_api3_report_template_getfields($params) {
   return civicrm_api3_create_success(array(
     'id' => array(
@@ -270,4 +270,5 @@ function civicrm_api3_report_template_getfields($params) {
       'default' => 'UL',
     ),
   ));
-}*/
+}
+@codingStandardsIgnoreEnd */
index 41ca0a5a8d4303c07c8239ef165832bb49bc7193..c2ada33f336073e367ef3603ec0bc87a0fb7f28a 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * File for CiviCRM APIv3 utilitity functions
index d014584a236baf8935176186f1f13cca5987ce38..8e8526a0f12eb69a55418d629e7891ddd72336c3 100644 (file)
@@ -1413,8 +1413,8 @@ class CRM_Contact_BAO_ContactTest extends CiviUnitTestCase {
           'contact_type' => 'Individual',
           'contact_id' => $contactId,
         );
-      $contact = CRM_Contact_BAO_Contact::add($params);
-      $test->assertInstanceOf('CRM_Contact_DAO_Contact', $contact, 'Check for created object');
+        $contact = CRM_Contact_BAO_Contact::add($params);
+        $test->assertInstanceOf('CRM_Contact_DAO_Contact', $contact, 'Check for created object');
       },
     ));
   }
index 03b18f629dd0b865818e44c36c4bf5dd0ad954f1..13a67d73ca1582f9ef5e7e22ffb53624e6a989df 100644 (file)
@@ -113,9 +113,7 @@ class CRM_Core_BAO_SettingTest extends CiviUnitTestCase {
    *  2) for current domain setting max_attachments is set to the value that $config->maxAttachments
    *    had (6)
    *  3) for other domain (2) max_attachments is set to the configured default (3)
-   *
-   *
-   **/
+   */
   public function testConvertAndFillSettings() {
     $settings = array('maxAttachments' => 6);
     CRM_Core_BAO_ConfigSetting::add($settings);
@@ -179,10 +177,10 @@ class CRM_Core_BAO_SettingTest extends CiviUnitTestCase {
     $this->assertEmpty($maxAttachments);
   }
 
-  /*
+  /* @codingStandardsIgnoreStart
    * Check that setting is converted without config value being removed
    *
-  public function testConvertConfigToSettingPrefetch() {
+    public function testConvertConfigToSettingPrefetch() {
     $settings = array('debug' => 1);
     CRM_Core_BAO_ConfigSetting::add($settings);
     $config = CRM_Core_Config::singleton(true, true);
@@ -194,7 +192,7 @@ class CRM_Core_BAO_SettingTest extends CiviUnitTestCase {
     $config = CRM_Core_Config::singleton(true, true);
     $this->assertEmpty($config->debug);
   }
-   */
+  @codingStandardsIgnoreEnd */
 
   /**
    * Ensure that on_change callbacks fire.
index 2497b9416c374d8e8aeca584e065d5fa6c1f55b2..db27dd8fbaa21a614a208fbe23cb583ff7cf14c8 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
index 95d3825c39d827d5ead4de5eec2b0cefa63beb4f..4e07c2764123a1a1f32c0dd80dfcb464d1c292ff 100644 (file)
@@ -354,7 +354,7 @@ class CRM_Core_Payment_BaseIPNTest extends CiviUnitTestCase {
     $this->assertFalse(is_array($result));
   }
 
-  /*
+  /* @codingStandardsIgnoreStart
      * Test calls main functions in sequence per 'main' - I had hoped to test the functions more
      * fully but the calls to the POST happen in more than one function
      * keeping this as good example of data to bring back to life later
@@ -429,6 +429,7 @@ class CRM_Core_Payment_BaseIPNTest extends CiviUnitTestCase {
                 return $this->IPN->recur( $input, $ids, $objects, $first );
             }
     }
+   @codingStandardsIgnoreEnd */
 
   /**
    * Prepare for contribution Test - involving only contribution objects
index f90addab45e308747bf19933f5c7fa50bbd5d5ed..c7fd9b1e5a3f235049fa9485178171e6f328900a 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license UAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index 96616405adda28e467991c494f8aa2b479ffb961..366ebdce9644d9edfa74809406ac785346cb54e8 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
index 77822d8e41a9af4bb0e61665859ca682eed60c7a..6910d32c50b20f394a1b0ffdd798286c6781bb79 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
index fce0bc63cca18ea3f01bc5e693fe5ec392c93ec7..9124027c887792a76b4086a22cade500bece13b6 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
index 8c78fa5d702f8cf168e267334644cf2f61c3dd07..c6cd4966c4288eea0a4bae97d557bffbace707a9 100644 (file)
@@ -83,12 +83,12 @@ class CRM_Extension_MapperTest extends CiviUnitTestCase {
   public function _createContainer(CRM_Utils_Cache_Interface $cache = NULL, $cacheKey = NULL, $appendPathGarbage = '') {
     /*
     $container = new CRM_Extension_Container_Static(array(
-      'test.foo.bar' => array(
-        'path' => '/path/to/test.foo.bar',
-        'resUrl' => 'http://resources/test.foo.bar',
-      ),
+    'test.foo.bar' => array(
+    'path' => '/path/to/test.foo.bar',
+    'resUrl' => 'http://resources/test.foo.bar',
+    ),
     ));
-    */
+     */
     $basedir = rtrim($this->createTempDir('ext-'), '/');
     mkdir("$basedir/weird");
     mkdir("$basedir/weird/foobar");
index d9aafca1378ece3b505bb33789dcd7fa280476f6..2b25bb6b3ef415b3341ee488b990035327502c37 100644 (file)
@@ -138,16 +138,16 @@ class CRM_Member_Import_Parser_MembershipTest extends CiviUnitTestCase {
     /*
 
     $params = array(
-      'contact_id' => $contactId,
-      'membership_type_id' => $this->_membershipTypeID,
-      'join_date' => '2006-01-21',
-      'start_date' => '2006-01-21',
-      'end_date' => '2006-12-21',
-      'source' => 'Payment',
-      'is_override' => 1,
-      'status_id' => $this->_mebershipStatusID,
+    'contact_id' => $contactId,
+    'membership_type_id' => $this->_membershipTypeID,
+    'join_date' => '2006-01-21',
+    'start_date' => '2006-01-21',
+    'end_date' => '2006-12-21',
+    'source' => 'Payment',
+    'is_override' => 1,
+    'status_id' => $this->_mebershipStatusID,
     );
-    */
+     */
     $importObject = new CRM_Member_Import_Parser_Membership($fieldMapper);
     $importObject->init();
     $importObject->_contactType = 'Individual';
index d38456a91cec596a9b731d84b99f58c7db83eaf3..43e7720065735cd79170d7178d19d044fb76ecfb 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index e88892a1bfa4378e6037322de2e927e8c10ece37..f448598500d124790513b0d8abfe888b9afc6078 100644 (file)
@@ -82,7 +82,7 @@ class CRM_Utils_Migrate_ImportExportTest extends CiviUnitTestCase {
       __DIR__ . '/fixtures/Contact-text.xml',
     );
 
-    /*
+    /* @codingStandardsIgnoreStart
     $cases[] = array(
       // CustomGroup params
       array(
@@ -94,7 +94,7 @@ class CRM_Utils_Migrate_ImportExportTest extends CiviUnitTestCase {
       // expectedXmlFilePath
       __DIR__ . '/fixtures/Contact-select.xml',
     );
-    */
+    @codingStandardsIgnoreEnd */
 
     $cases[] = array(
       // CustomGroup params
index f5bdb491f0864710069e3d8cdea6e4347c63407b..919ecd9ca08f070c6061397d48120bb731a92f13 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
index 1201c9cdabb1263f17f3c5d2abd7e899e8764513..1361508dae4706443e55c0312864553c032ccf0a 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
index 2ec2354a06166a216a5126e609f30fb4d22b0837..e23312f52c02a4dcf67d8f2a0af75dafb41991bd 100644 (file)
@@ -27,7 +27,7 @@ require_once $GLOBALS['base_dir'] . '/vendor/autoload.php';
 
 /*
 require $GLOBALS['base_dir'] . DIRECTORY_SEPARATOR .
-        'packages' . DIRECTORY_SEPARATOR .
-        'PHPUnit' . DIRECTORY_SEPARATOR .
-        'Autoload.php';
-*/
+'packages' . DIRECTORY_SEPARATOR .
+'PHPUnit' . DIRECTORY_SEPARATOR .
+'Autoload.php';
+ */
index bfbc7468bebaef1e7b6594bdb29eb092a321c360..79e736f0de646768ec81707c035c139c72a27904 100644 (file)
@@ -600,7 +600,8 @@ class WebTest_Contact_MergeContactsTest extends CiviSeleniumTestCase {
     $this->assertTrue(
       (bool) preg_match("/^This will run the batch merge process on the listed duplicates. The operation will run in safe mode - only records with no direct data conflicts will be merged. Click OK to proceed if you are sure you wish to run this operation./",
         $this->getConfirmation()
-      ));
+      )
+    );
     $this->chooseOkOnNextConfirmation();
     $this->waitForPageToLoad($this->getTimeoutMsec());
     $this->waitForElementPresent('civicrm-footer');
index d9b54d20c1d73841f116202a727dfcf94bd0776f..ba09a2c59e6847927fdea888f47945853eb7dd99 100644 (file)
@@ -45,8 +45,8 @@ class WebTest_Contribute_VerifySSLContributionTest extends CiviSeleniumTestCase
 
     // todo: write code to check other payment processors
     /*$this->_tryPaymentProcessor($this->names['Google_Checkout']);
-        $this->_tryPaymentProcessor($this->names['PayPal']);
-        $this->_tryPaymentProcessor($this->names['PayPal_Standard']);*/
+    $this->_tryPaymentProcessor($this->names['PayPal']);
+    $this->_tryPaymentProcessor($this->names['PayPal_Standard']);*/
   }
 
   public function _initialize() {
index b361de38c3468ff6a829c00a6d9d7f94a191cf30..b55a8202f59724cd3524110361b6072e73f819ab 100644 (file)
@@ -22,7 +22,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviSeleniumTestCase.php';
 
index e806e7bcebdf3ade8bb38aaa2d5dedb09aef0fcb..6b3f664b0c97d627d6f53e49b5025a6d086ee0eb 100644 (file)
@@ -22,7 +22,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'WebTest/Import/ImportCiviSeleniumTestCase.php';
 
index ee90dff2102ef7db369a835a22aad149b8fde9f3..a1edcbceb2e67fe5c40f8fcb8d7c9f3010cbe880 100644 (file)
@@ -250,7 +250,7 @@ class WebTest_Member_StandaloneAddTest extends CiviSeleniumTestCase {
     $test = $this;
     $this->customFieldSetLoadOnTheFlyCheck($customSets, $pageUrl,
       function () use ($test) {
-      $test->select('membership_type_id_0', 'value=1');
+        $test->select('membership_type_id_0', 'value=1');
       }
     );
   }
index fb2e596d0aaeff62f0b49609e19b0c8f5a3421b8..e8b5ff06dbfcb6b2e9e80eda5d66f9e3719fa9af 100644 (file)
@@ -98,9 +98,10 @@ class api_v3_APIStandardsTest extends CiviUnitTestCase {
    * the $params passed in is not an array.
    */
   public function testParamsNotArray() {
-    /*I have commented this out as the check for is_array has been moved to civicrm_api. But keeping in place as
-    * this test, in contrast to the standards test, tests all existing API rather than just CRUD ones
-    * so want to keep code for re-use
+    /* @codingStandardsIgnoreStart
+     * I have commented this out as the check for is_array has been moved to civicrm_api. But keeping in place as
+     * this test, in contrast to the standards test, tests all existing API rather than just CRUD ones
+     * so want to keep code for re-use
         $files = $this->getAllFilesinAPIDir();
         $this->assertGreaterThan(1, count($files),"something has gone wrong listing the files in line " . __LINE__);
         $this->requireOnceFilesArray($files);
@@ -118,7 +119,8 @@ class api_v3_APIStandardsTest extends CiviUnitTestCase {
               continue;
             }
 
-        }*/
+        }
+    @codingStandardsIgnoreEnd */
   }
 
   /**
index 623d530ffe9542c909ff1c367662f603e6925e37..ed1a7194cd0a941eead4084379bfaceab6be48bc 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 
 require_once 'CiviTest/CiviUnitTestCase.php';
index 8b9f054b31aecd50e4ced17d0525f45d660a73b1..de09416c29e238561a692150e7198595448dcad5 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *  Include class definitions
@@ -149,8 +149,8 @@ class api_v3_CustomFieldTest extends CiviUnitTestCase {
     }
   }
   /*
-  * Can't figure out the point of this?
-  */
+   * Can't figure out the point of this?
+   */
   /**
    * @param array $params
    */
@@ -170,14 +170,14 @@ class api_v3_CustomFieldTest extends CiviUnitTestCase {
   public function _buildParams($gid, $htype, $dtype) {
     $params = $this->_buildBasicParams($gid, $htype, $dtype);
     /* //Not Working for any type. Maybe redundant with testCustomFieldCreateWithOptionValues()
-        if ($htype == 'Multi-Select')
-            $params = array_merge($params, array(
-                         'option_label'    => array( 'Label1','Label2'),
-                         'option_value'    => array( 'val1', 'val2' ),
-                         'option_weight'   => array( 1, 2),
-                         'option_status'   => array( 1, 1),
-                         ));
-    */
+    if ($htype == 'Multi-Select')
+    $params = array_merge($params, array(
+    'option_label'    => array( 'Label1','Label2'),
+    'option_value'    => array( 'val1', 'val2' ),
+    'option_weight'   => array( 1, 2),
+    'option_status'   => array( 1, 1),
+    ));
+     */
 
     return $params;
   }
@@ -207,15 +207,15 @@ class api_v3_CustomFieldTest extends CiviUnitTestCase {
    *  Test  using example code
    */
   /*function testCustomFieldCreateExample( )
-    {
+  {
 
 
-        $customGroup = $this->customGroupCreate('Individual','date_test_group',3);
-        require_once 'api/v3/examples/CustomField/Create.php';
-        $result = custom_field_create_example();
-        $expectedResult = custom_field_create_expectedresult();
-        $this->assertEquals($result,$expectedResult);
-    }*/
+  $customGroup = $this->customGroupCreate('Individual','date_test_group',3);
+  require_once 'api/v3/examples/CustomField/Create.php';
+  $result = custom_field_create_example();
+  $expectedResult = custom_field_create_expectedresult();
+  $this->assertEquals($result,$expectedResult);
+  }*/
 
   /**
    * Check with data type - Options with option_values
index 74a3224f90bba3ebedb655bb27ddd6c14e7a59a0..cc78516e208ae699c8033aaaa4c1cb99a1279815 100644 (file)
@@ -36,7 +36,7 @@ require_once 'CiviTest/CiviUnitTestCase.php';
 class api_v3_DomainTest extends CiviUnitTestCase {
 
   /* This test case doesn't require DB reset - apart from
-       where cleanDB() is called. */
+  where cleanDB() is called. */
 
 
   public $DBResetRequired = FALSE;
@@ -144,8 +144,8 @@ class api_v3_DomainTest extends CiviUnitTestCase {
 
   ///////////////// civicrm_domain_create methods
   /*
-    * This test checks for a memory leak observed when doing 2 gets on current domain
-    */
+   * This test checks for a memory leak observed when doing 2 gets on current domain
+   */
 
 
   public function testGetCurrentDomainTwice() {
index 7e3a827f241ec0383ac86a904e590f4147c17b38..7f078339d67b3030c38793736126606f8f12c5af 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index 197b1726ece3bcdb7e3c4301c7cf340914df10d1..6b5f19dd90bf575db99c8ac6c3bc9f99f367d99c 100644 (file)
@@ -175,13 +175,13 @@ class api_v3_EventTest extends CiviUnitTestCase {
 
   /*
   public function testGetIdOfEventByEventTitle() {
-    $params = array(      'title' => 'Annual CiviCRM meet',
-      'return' => 'id'
-    );
+  $params = array(      'title' => 'Annual CiviCRM meet',
+  'return' => 'id'
+  );
 
-    $result = $this->callAPISuccess('Event', 'Get', $params);
+  $result = $this->callAPISuccess('Event', 'Get', $params);
   }
-  */
+   */
 
 
   /**
index a32a05db7cbc2910304e7ea0e9050b4748173368..2bc0244f49b5477475958db43efd9f4f1e64b2c6 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index c3e66bb0e1340643109ad9ba7e2d8d4af085ff1f..e4be275731958e4788f5e7bcfdeaa86c04b0e5fc 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index 3e0cbf0c3830f0a548a78483111d4a8d0b8c970d..071e0763570dbd38b4c6043a1937764fe7e7a8d6 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index 7aed09fa63355d72946ee43bcddc6d2fe6c90d14..d076c0bcca88e4d48379e7781a0cd3d353ac1a98 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index ec82781158f87c2af3ad7876c11137e7ff58cfe2..5ee2dd1b5ff4c558a400436cb6c52fd6b66468d7 100644 (file)
@@ -23,7 +23,7 @@
   | GNU Affero General Public License or the licensing of CiviCRM,     |
   | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
   +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index aab1ec7830c60a374fc9b4b59eea3a6dde322b1a..d2e12a3c3ce7030a7818d2aeccf3b754f652e03e 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index 1e0b0e4158080758d824d6a2ffc8e96d6c2d2b1c..c767a2318ab0396c41405e1801bf427a9a963efb 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
@@ -241,7 +241,8 @@ class api_v3_OptionValueTest extends CiviUnitTestCase {
       'option_group', 'get', array(
         'name' => 'gender',
         'sequential' => 1,
-      ));
+      )
+    );
     $this->assertAPISuccess($optionGroup);
     $params = array(
       'option_group_id' => $optionGroup['id'],
index 0c6c0bb1f5eba8bdb8fb88e2d12581182325c9dd..7e32e85f6052fdc0f9263ee28d5df186beffd67f 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index 828dc1854064ef5870b509cf6f669f6940670c3a..afcf812390aa1ae078dd7933304a071ca69eee8f 100644 (file)
@@ -521,7 +521,7 @@ class api_v3_ParticipantTest extends CiviUnitTestCase {
     $this->callAPISuccess('PriceFieldValue', 'delete', array('id' => $pfv2['id']));
     $this->callAPISuccess('PriceField', 'delete', array('id' => $pricefield['id']));
     $this->callAPISuccess('PriceSet', 'delete', array('id' => $priceset['id']));
-    */
+     */
   }
 
   /**
index e58c6f165612f62d47f3cdffd087b8cd04aa7f32..eb96412640eada734fca4ceb76f5ff3a030e69db 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index b6c12c62b44748211e46e0da2562123263d1cf3a..3d87b19f71886b61542f22ac69a567a53eb1ba8f 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index a0bc982bae0c1ba2408d9537b15d2822854f63bf..804235483c7a566070317569eae3866083f4e2af 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index f54465b7c0733f7645cfe23c450c271a47ef59f3..a286365914ea0bdc4f5dbd9da3c72f64581c435d 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *  Include class definitions
index b05a66768f94d80b9d875b073000e6faebb1cca3..55a8bed18214268bab761f6768a782979697f624 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 /*
  +--------------------------------------------------------------------+
index e7609c17fc208fb75cd6e3297bd876c552a90578..6108fa53ed83a6f84d29f5c11411ad6343e03825 100644 (file)
@@ -131,7 +131,7 @@ class api_v3_ReportTemplateTest extends CiviUnitTestCase {
     $this->assertEquals('Default Organization', $result[0]['civicrm_contact_sort_name']);
     $this->assertEquals('Second Domain', $result[1]['civicrm_contact_sort_name']);
     $this->assertEquals('15 Main St', $result[1]['civicrm_address_street_address']);
-    */
+     */
   }
 
   /**
index f6b8a3feb2468a0b899cd11cf3b743d083dce4de..416ddb74c77e088965e08b4c9592200e41e8f9b2 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';
 
index 06446b67e8a7c150d7571bc8ee67da6eae1090d5..d53c0dc14129fa692f005b2d69d8e29ae82c2c3d 100644 (file)
@@ -23,7 +23,7 @@
 | GNU Affero General Public License or the licensing of CiviCRM,     |
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
-*/
+ */
 
 require_once 'CiviTest/CiviUnitTestCase.php';