Skip to content

Added currency methods + properties #224

Added currency methods + properties

Added currency methods + properties #224

Triggered via pull request July 26, 2023 07:34
Status Failure
Total duration 1d 15h 19m 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

code_quality.yml

on: pull_request
PHP CodeSniffer
11s
PHP CodeSniffer
PHP MessDetector
22s
PHP MessDetector
PHPStan
0s
PHPStan
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
PHPStan
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
PHP CodeSniffer
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP MessDetector
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP MessDetector: src/Model/Entity/References/Currency.php#L60
[PHPMD] reported by reviewdog 🐶 LongVariable Avoid excessively long variable names like $autoConvertExtraPercent. Keep variable name length under 20. Raw Output: /github/workspace/src/Model/Entity/References/Currency.php:60:LongVariable Avoid excessively long variable names like $autoConvertExtraPercent. Keep variable name length under 20.
Code Quality Check
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002