Skip to content

Commit 6400983

Browse files
Issue #34: fix phpcs
1 parent dcbf451 commit 6400983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/User_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function list_( $args, $assoc_args ) {
168168

169169
if ( ! empty( $norole_user_ids ) ) {
170170
$assoc_args['include'] = $norole_user_ids;
171-
unset($assoc_args['role']);
171+
unset( $assoc_args['role'] );
172172
}
173173
}
174174

0 commit comments

Comments
 (0)