Skip to content

Commit 440660e

Browse files
Fix phpcs
1 parent 8ecd2f6 commit 440660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WP_CLI/CommandWithMeta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function get( $args, $assoc_args ) {
159159
list( $object_id, $meta_key ) = $args;
160160

161161
$object_id = $this->check_object_id( $object_id );
162-
$single = Utils\get_flag_value($assoc_args, 'single', true );
162+
$single = Utils\get_flag_value( $assoc_args, 'single', true );
163163

164164
$value = $this->get_metadata( $object_id, $meta_key, $single );
165165

0 commit comments

Comments
 (0)