Work with exceptions #20
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#L36
Empty CATCH statement detected
|
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#L55
Each PHP statement must be on a line by itself
|
PHPCS check:
tests/test-ajax-requests.php#L60
Empty CATCH statement detected
|
PHPCS check:
tests/test-ajax-requests.php#L84
Empty CATCH statement detected
|
PHPCS check:
tests/test-ajax-requests.php#L106
Each PHP statement must be on a line by itself
|
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#L55
Empty PHP statement detected: superfluous semi-colon.
|
PHPCS check:
tests/test-ajax-requests.php#L106
Empty PHP statement detected: superfluous semi-colon.
|
PHPCS check:
tests/test-ajax-requests.php#L114
var_dump() found. Debug code should not normally be used in production.
|