Skip to content

CAB-823: Currency I18N #15

CAB-823: Currency I18N

CAB-823: Currency I18N #15

Triggered via pull request September 27, 2023 11:36
Status Failure
Total duration 21s
Artifacts

phpcs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
phpcs
Line exceeds 85 characters; contains 92 characters
phpcs: Api/RequestHandler.php#L319
Expected "if (...) {\n"; found "if (...){\n"
phpcs
Expected "if (...) {\n"; found "if (...){\n"
phpcs: Api/RequestHandler.php#L319
There must be a single space between the closing parenthesis and the opening brace of a multi-line IF statement; found 0 spaces
phpcs
There must be a single space between the closing parenthesis and the opening brace of a multi-line IF statement; found 0 spaces
phpcs: Api/RequestHandler.php#L333
Expected "if (...) {\n"; found "if (...){\n"
phpcs
Expected "if (...) {\n"; found "if (...){\n"
phpcs: Api/RequestHandler.php#L333
There must be a single space between the closing parenthesis and the opening brace of a multi-line IF statement; found 0 spaces
phpcs
There must be a single space between the closing parenthesis and the opening brace of a multi-line IF statement; found 0 spaces
phpcs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, tinovyatkin/action-php-codesniffer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
phpcs: Api/RequestHandler.php#L281
Line exceeds 85 characters; contains 92 characters