Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Sep 11, 2024
1 parent abdb55b commit f57f059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/setup_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
$lists = $lists['lists'];
$option = get_option( 'mc_list_id' );
$list_ids = array_map(
function( $list ) {
return $list['id'];
function ( $ele ) {
return $ele['id'];
},
$lists
);
Expand Down

0 comments on commit f57f059

Please sign in to comment.