X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FLogging%2FReportDetail.php;h=7d89f4c96d544df28b177ab7546d14993e4c31dc;hb=c278d1560a59f44af7924986e26e5bc324a674db;hp=3200b4482b686c1cc03dd47fbd778e96fe392e1d;hpb=be2fb01f90f5f299dd07402a41fed7c7c7567f00;p=civicrm-core.git diff --git a/CRM/Logging/ReportDetail.php b/CRM/Logging/ReportDetail.php index 3200b4482b..7d89f4c96d 100644 --- a/CRM/Logging/ReportDetail.php +++ b/CRM/Logging/ReportDetail.php @@ -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. *