Merge pull request #14608 from eileenmcnaughton/csv_test
[civicrm-core.git] / CRM / Logging / ReportDetail.php
index 3200b4482b686c1cc03dd47fbd778e96fe392e1d..7d89f4c96d544df28b177ab7546d14993e4c31dc 100644 (file)
@@ -52,7 +52,10 @@ class CRM_Logging_ReportDetail extends CRM_Report_Form {
   protected $altered_by;
   protected $altered_by_id;
 
-  // detail/summary report ids
+  /**
+   * detail/summary report ids
+   * @var int
+   */
   protected $detail;
   protected $summary;
 
@@ -281,7 +284,6 @@ class CRM_Logging_ReportDetail extends CRM_Report_Form {
     $this->diffs = $this->getAllContactChangesForConnection();
   }
 
-
   /**
    * Get an array of changes made in the mysql connection.
    *