Skip to content

Commit b74bc47

Browse files
committed
Fix PHPCS issues
1 parent ae6d0a6 commit b74bc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cache_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ public function flush_group( $args, $assoc_args ) {
439439
*/
440440
public function pluck( $args, $assoc_args ) {
441441
list( $key ) = $args;
442-
$group = Utils\get_flag_value( $assoc_args, 'group' );
442+
$group = Utils\get_flag_value( $assoc_args, 'group' );
443443

444444
$value = wp_cache_get( $key, $group );
445445

0 commit comments

Comments
 (0)