Update zipitup.yml #145
Annotations
1 error and 10 warnings
PHPCS check
Process completed with exit code 2.
|
PHPCS check:
includes/activation.php#L75
Attempting a database schema change is discouraged.
|
PHPCS check:
includes/activation.php#L93
Attempting a database schema change is discouraged.
|
PHPCS check:
includes/activation.php#L113
Loose comparisons are not allowed. Expected: "!=="; Found: "!="
|
PHPCS check:
includes/template-redirect.php#L86
Loose comparisons are not allowed. Expected: "!=="; Found: "!="
|
PHPCS check:
includes/deprecated.php#L306
The method parameter $search_query is never used
|
PHPCS check:
includes/deprecated.php#L306
The method parameter $numrows is never used
|
PHPCS check:
includes/deprecated.php#L306
The method parameter $limit is never used
|
PHPCS check:
includes/admin/register-settings.php#L32
It is recommended not to use reserved keyword "default" as function parameter name. Found: $default
|
PHPCS check:
includes/admin/settings-page.php#L325
Loose comparisons are not allowed. Expected: "!=="; Found: "<>"
|
PHPCS check:
includes/wp-filters.php#L31
Loose comparisons are not allowed. Expected: "!=="; Found: "!="
|