You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
274 B

<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\CLI
*/
use WP_CLI\Dispatcher\CommandNamespace;
/**
* Control the Yoast SEO plugin through the command line.
*/
final class WPSEO_CLI_Yoast_Command_Namespace extends CommandNamespace {
// Intentionally left empty.
}