mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Apply coding standards
This commit is contained in:
parent
32b738d95f
commit
0964167f12
3 changed files with 15 additions and 13 deletions
|
@ -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 ] ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue