some indentation fixes
authoryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 21 Mar 2016 12:56:03 +0000 (18:26 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 21 Mar 2016 12:56:03 +0000 (18:26 +0530)
CRM/Core/BAO/Mapping.php
CRM/Core/Resources/Strings.php
CRM/Core/Smarty/plugins/function.crmAttributes.php
CRM/Pledge/Form/Task/Print.php
CRM/Utils/Check/Component.php
CRM/Utils/Check/Component/Case.php
CRM/Utils/PseudoConstant.php
header.txt
sql/GenerateGroups.php
sql/GenerateMailing.php

index e16029bcda5c84c8103ccd53f780fe8c69e41b44..3c8494b6425d4a5e9f2399cace3ad5b19119b05e 100644 (file)
@@ -597,7 +597,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping {
               $relationshipType->id = $id;
               if ($relationshipType->find(TRUE)) {
                 $direction = "contact_sub_type_$second";
-                $target_type = 'contact_type_' . $second;
+                $target_type = 'contact_type_' . $second;
                 if (isset($relationshipType->$direction)) {
                   $relatedFields = array_merge((array) $relatedMapperFields[$relationshipType->$direction], (array) $relationshipCustomFields);
                 }
index 0e56c82a5099f9f7f2fdc5f5796efb23d553a07f..22bd8b915b47825152eb97484f04d428e88c9a3a 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Manage translatable strings on behalf of resource files.
@@ -107,4 +107,5 @@ class CRM_Core_Resources_Strings {
         throw new Exception("Cannot extract strings: Unrecognized file type.");
     }
   }
+
 }
index 5f11894b4facc7b34ad53c0ccd9f6455dcecc186..a1a975756b47def125b6801df82d4b64012d9cbc 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 2c9c463477eeb42928ef85e6a574bc89630623c4..e6525b559c5b008a74dc829cf38bdacfb9333833 100644 (file)
@@ -68,9 +68,7 @@ class CRM_Pledge_Form_Task_Print extends CRM_Pledge_Form_Task {
    *    - displaying elements for saving the search.
    */
   public function buildQuickForm() {
-    
     // just need to add a javacript to popup the window for printing
-    
     $this->addButtons(array(
         array(
           'type' => 'next',
index 540ff786a21bedf06579f3503f9e41ff2b23100e..490f93c7482c0eec259abab9714585b7d35783ab 100644 (file)
@@ -56,4 +56,5 @@ abstract class CRM_Utils_Check_Component {
     }
     return $messages;
   }
+
 }
\ No newline at end of file
index 0d8538fb9728cef1ab101b81200a9a170d58112d..3221fa21672a984592e34e2c819367eddfc6f015 100644 (file)
@@ -43,8 +43,7 @@ class CRM_Utils_Check_Component_Case extends CRM_Utils_Check_Component {
   protected $caseTypeNames;
 
   /**
-   * @param CRM_Case_XMLRepository $xmlRepo
-   * @param array <string> $caseTypeNames
+   * Class constructor.
    */
   public function __construct() {
     $this->caseTypeNames = CRM_Case_PseudoConstant::caseType('name');
index 6944cb35d283eb77a57279cca01482242e4900bb..5681fc884c486b48eb76fcb80e1778cc615b9eb9 100644 (file)
@@ -45,7 +45,7 @@ class CRM_Utils_PseudoConstant {
   );
 
   /**
-   * @var array 
+   * @var array
    *   ($name => $className)
    */
   private static $constants = NULL;
index 58b99cd5d09473ae14253facacdf5fbbe4ad3a2c..244512a6b7b8a3a4870698b18f5b0d9a9744d4cc 100644 (file)
@@ -33,5 +33,3 @@
  * $Id$
  *
  */
-
-
index cdc7748d10e9fa27237ae8e09b1459aceaff81d0..1a640e94e3190dc108dd7824c011ccad12eb56e7 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -66,5 +66,6 @@ for ($i = 1; $i <= $numGroups; $i++) {
   $group->group_type = $groupType[$t];
 
   $group->save();
+
 }
 
index 23fede09b8528d7bbc790350c3f751167a90a219..dc05784d68d1071bd14e0f318edcf40c0dbe208d 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -99,5 +99,6 @@ function generateRandomDate() {
 
   $date = sprintf("%4d%02d%02d", $year, $month, $day) . '000000';
   return $date;
+
 }