mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
phpcs
This commit is contained in:
parent
49fe6d8e95
commit
d6234a68d5
2 changed files with 2 additions and 3 deletions
|
@ -75,7 +75,7 @@ function get_all_xprofile_contributor_hours_teams(): array {
|
|||
*
|
||||
* @return array
|
||||
*/
|
||||
function get_all_xprofile_contributors_indexed() : array {
|
||||
function get_all_xprofile_contributors_indexed(): array {
|
||||
$all_data = get_all_xprofile_contributor_hours_teams();
|
||||
|
||||
$newdata = array();
|
||||
|
@ -87,7 +87,6 @@ function get_all_xprofile_contributors_indexed() : array {
|
|||
}
|
||||
|
||||
return $newdata;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue