Skip to content

Commit ecc830f

Browse files
committed
Lint fix
1 parent 21aa896 commit ecc830f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Package_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ public function path( $args ) {
553553
* ## EXAMPLES
554554
*
555555
* # Get information about an installed package.
556-
* $ wp package get wp-cli/scaffold-package-command *
556+
* $ wp package get wp-cli/scaffold-package-command
557557
* +----------------+---------------------------------+
558558
* | Field | Value |
559559
* +----------------+---------------------------------+
@@ -619,7 +619,7 @@ public function get( $args, $assoc_args ) {
619619
];
620620
$assoc_args = array_merge( $defaults, $assoc_args );
621621

622-
$formatter = new \WP_CLI\Formatter( $assoc_args );
622+
$formatter = new \WP_CLI\Formatter( $assoc_args );
623623
$formatter->display_item( $package_output );
624624
}
625625

0 commit comments

Comments
 (0)