Apply coding standards

This commit is contained in:
Ian Dunn 2022-08-29 15:42:13 -07:00
parent 32b738d95f
commit 0964167f12
3 changed files with 15 additions and 13 deletions

View file

@ -157,7 +157,7 @@ function get_snapshot_data() {
$team_contributor_key = sprintf( 'team_%s_contributors', $attribution_prefix );
$snapshot_data[ $attribution_prefix . '_hours'] += $user['hours_per_week'];
$snapshot_data[ $attribution_prefix . '_hours' ] += $user['hours_per_week'];
foreach ( $user['team_names'] as $team ) {
if ( isset( $snapshot_data[ $team_contributor_key ][ $team ] ) ) {