Skip to content

Commit 89d3339

Browse files
committed
add comment back as well
1 parent c7420f6 commit 89d3339

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

classes/ui/class-chart.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ public function get_chart_data( $args = [] ) {
109109
*/
110110
$previous_period_activities = [];
111111
if ( $args['normalized'] ) {
112+
/**
113+
* The start date of the first period.
114+
*
115+
* @var \DateTime $first_period_start
116+
*/
112117
$first_period_start = $periods[0]['start_date'];
113118
$previous_month_start = ( clone $first_period_start )->modify( '-1 month' );
114119
$previous_month_end = ( clone $first_period_start )->modify( '-1 day' );

0 commit comments

Comments
 (0)