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

Incorrect PHPDoc

parent 5f8ba344
Branches
No related tags found
Loading
......@@ -47,7 +47,7 @@ function schedule_cli_command( $command, $timestamp = null ) {
* Validate WP-CLI command to be scheduled
*
* @param string $command WP-CLI command to validate.
* @return array|WP_Error
* @return string|WP_Error
*/
function validate_command( $command ) {
$command = trim( $command );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment