Skip to content

Add commands for managing signups on multisite #382

Add commands for managing signups on multisite

Add commands for managing signups on multisite #382

Triggered via pull request March 15, 2024 09:56
Status Failure
Total duration 30s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint PHP files
15s
code-quality / Lint PHP files
code-quality  /  PHPCS
17s
code-quality / PHPCS
Fit to window
Zoom out
Zoom in

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.