Skip to content

Commit f57f059

Browse files
committed
Fix PHPCS error.
1 parent abdb55b commit f57f059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/setup_page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
$lists = $lists['lists'];
8282
$option = get_option( 'mc_list_id' );
8383
$list_ids = array_map(
84-
function( $list ) {
85-
return $list['id'];
84+
function ( $ele ) {
85+
return $ele['id'];
8686
},
8787
$lists
8888
);

0 commit comments

Comments
 (0)