Skip to content

Commit d174717

Browse files
petitphpdanielbachhuber
authored andcommitted
Fix CS issue
Co-authored-by: Daniel Bachhuber <[email protected]>
1 parent dd9eec3 commit d174717

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
@@ -438,7 +438,7 @@ public function flush_group( $args, $assoc_args ) {
438438
* ---
439439
*/
440440
public function pluck( $args, $assoc_args ) {
441-
list($key) = $args;
441+
list( $key ) = $args;
442442
$group = Utils\get_flag_value( $assoc_args, 'group' );
443443

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

0 commit comments

Comments
 (0)