This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors and 5 warnings
PHPCS check
Process completed with exit code 2.
|
PHPCS check:
tests/test-ajax-requests.php#L13
Missing doc comment for function set_up_before_class()
|
PHPCS check:
tests/test-ajax-requests.php#L31
Each PHP statement must be on a line by itself
|
PHPCS check:
tests/test-ajax-requests.php#L39
Line indented incorrectly; expected at least 2 tabs, found 0
|
PHPCS check:
tests/test-ajax-requests.php#L39
Expected 1 spaces after opening parenthesis; 0 found
|
PHPCS check:
tests/test-ajax-requests.php#L39
Expected 1 spaces before closing parenthesis; 0 found
|
PHPCS check:
tests/test-ajax-requests.php#L56
Each PHP statement must be on a line by itself
|
PHPCS check:
tests/test-ajax-requests.php#L64
Expected 1 spaces after opening parenthesis; 0 found
|
PHPCS check:
tests/test-ajax-requests.php#L64
Expected 1 spaces before closing parenthesis; 0 found
|
PHPCS check:
tests/test-ajax-requests.php#L109
Each PHP statement must be on a line by itself
|
PHPCS check
Process completed with exit code 1.
|
PHPCS check:
tests/test-ajax-requests.php#L31
Empty PHP statement detected: superfluous semi-colon.
|
PHPCS check:
tests/test-ajax-requests.php#L39
var_dump() found. Debug code should not normally be used in production.
|
PHPCS check:
tests/test-ajax-requests.php#L56
Empty PHP statement detected: superfluous semi-colon.
|
PHPCS check:
tests/test-ajax-requests.php#L64
var_dump() found. Debug code should not normally be used in production.
|
PHPCS check:
tests/test-ajax-requests.php#L109
Empty PHP statement detected: superfluous semi-colon.
|