Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Cache_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class Cache_Command extends WP_CLI_Command {
* ## EXAMPLES
*
* # Add cache.
* $ wp cache add my_key my_group my_value 300
* Success: Added object 'my_key' in group 'my_value'.
* $ wp cache add my_key my_value my_group 300
* Success: Added object 'my_key' in group 'my_group'.
*
* @param array{string, string, string, string} $args Positional arguments.
* @param array<mixed> $assoc_args Associative arguments.
Expand Down