INFRA-132 - Move stray comments into docblocks
[civicrm-core.git] / CRM / Report / Utils / Get.php
index f0fd552db83fdc0b30df22d6154ae5c409a366c3..17cbbce44e8df5b673d0a93ee8bad68d3dd38733 100644 (file)
@@ -121,6 +121,7 @@ class CRM_Report_Utils_Get {
       case 'nnll':
         $defaults["{$fieldName}_op"] = $fieldOP;
         break;
+
       case 'in':
       case 'notin':
       case 'mhas':
@@ -195,7 +196,9 @@ class CRM_Report_Utils_Get {
   public static function processChart(&$defaults) {
     $chartType = CRM_Utils_Array::value("charts", $_GET);
     if (in_array($chartType, array(
-      'barChart', 'pieChart'))) {
+      'barChart',
+      'pieChart'
+    ))) {
       $defaults["charts"] = $chartType;
     }
   }
@@ -229,8 +232,8 @@ class CRM_Report_Utils_Get {
     }
   }
 
-  //unset default filters
   /**
+   * unset default filters
    * @param $defaults
    */
   public static function unsetFilters(&$defaults) {