Skip to content

Commit 4f31b25

Browse files
author
Jonny Harris
committed
Fix code styling issues.
1 parent 08bfed7 commit 4f31b25

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Comment_Meta_Command.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
*/
2424
class Comment_Meta_Command extends \WP_CLI\CommandWithMeta {
2525
protected $meta_type = 'comment';
26-
27-
26+
2827
protected function add_metadata( $object_id, $meta_key, $meta_value, $unique = false ) {
2928
return add_comment_meta( $object_id, $meta_key, $meta_value, $unique );
3029
}

src/WP_CLI/CommandWithMeta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$this->update_metadata( <?php
1+
<?php
22

33
namespace WP_CLI;
44

0 commit comments

Comments
 (0)