Skip to content
Snippets Groups Projects
Commit cfe5ad33 authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS fixes

parent c8081274
Branches
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ class CLI extends WP_CLI_Command { ...@@ -23,8 +23,8 @@ class CLI extends WP_CLI_Command {
* *
* @subcommand create * @subcommand create
* @synopsis --command=<command> [--timestamp=<timestamp>] * @synopsis --command=<command> [--timestamp=<timestamp>]
* @param array $args * @param array $args Array of positional arguments
* @param array $assoc_args * @param array $assoc_args Array of flags
*/ */
public function create( $args, $assoc_args ) { public function create( $args, $assoc_args ) {
$command = WP_CLI\Utils\get_flag_value( $assoc_args, 'command', '' ); $command = WP_CLI\Utils\get_flag_value( $assoc_args, 'command', '' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment