update #22
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors and 3 warnings
PHPCS check
Process completed with exit code 2.
|
PHPCS check:
tests/test-ajax-requests.php#L37
Each PHP statement must be on a line by itself
|
PHPCS check:
tests/test-ajax-requests.php#L42
Empty CATCH statement detected
|
PHPCS check:
tests/test-ajax-requests.php#L45
Line indented incorrectly; expected at least 2 tabs, found 0
|
PHPCS check:
tests/test-ajax-requests.php#L67
Each PHP statement must be on a line by itself
|
PHPCS check:
tests/test-ajax-requests.php#L72
Empty CATCH statement detected
|
PHPCS check:
tests/test-ajax-requests.php#L99
Empty CATCH statement detected
|
PHPCS check
Process completed with exit code 1.
|
PHPCS check:
tests/test-ajax-requests.php#L37
Empty PHP statement detected: superfluous semi-colon.
|
PHPCS check:
tests/test-ajax-requests.php#L45
var_dump() found. Debug code should not normally be used in production.
|
PHPCS check:
tests/test-ajax-requests.php#L67
Empty PHP statement detected: superfluous semi-colon.
|