Add commands for managing signups on multisite #382
code-quality.yml
on: pull_request
code-quality
/
Lint PHP files
15s
code-quality
/
PHPCS
17s
Annotations
6 errors
code-quality / PHPCS:
src/WP_CLI/Fetchers/Signup.php#L3
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_CLI\Fetchers".
|
code-quality / PHPCS:
src/WP_CLI/Fetchers/Signup.php#L50
Use placeholders and $wpdb->prepare(); found interpolated variable $field at "SELECT * FROM $wpdb->signups WHERE $field = %s"
|
code-quality / PHPCS:
src/Signup_Command.php#L31
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Signup_Command".
|
code-quality / PHPCS:
src/Signup_Command.php#L113
Function name, class name, namespace name or constant name can not be reserved keyword 'list' (since version all)
|
code-quality / PHPCS
Process completed with exit code 1.
|
code-quality / PHPCS
Process completed with exit code 1.
|