INFRA-132 - CRM/ - PHPStorm cleanup
[civicrm-core.git] / CRM / Report / Page / TemplateList.php
index 653e7c50d2b679a024162a40ae91ad652a0fa637..85da0509c84efa342af7bc11818540504e069e52 100644 (file)
@@ -85,8 +85,8 @@ LEFT  JOIN civicrm_component comp
     }
     $sql .= " ORDER BY  v.weight ";
 
-    $dao    = CRM_Core_DAO::executeQuery($sql);
-    $rows   = array();
+    $dao = CRM_Core_DAO::executeQuery($sql);
+    $rows = array();
     $config = CRM_Core_Config::singleton();
     while ($dao->fetch()) {
       if ($dao->component_name != 'Contact' && $dao->component_name != $dao->grouping &&