Skip to content

Added tax ID validator interface #2728

Added tax ID validator interface

Added tax ID validator interface #2728

Triggered via pull request January 22, 2025 08:03
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: pull_request
ci  /  ...  /  ECS
17s
ci / Code Quality / ECS / ECS
ci  /  ...  /  PHPStan
47s
ci / Code Quality / PHPStan / PHPStan
ci  /  ...  /  check
21s
ci / Code Quality / Prettier / check
Matrix: ci / Tests / tests
Waiting for pending jobs
ci  /  ...  /  on cancelled
ci / Notify Slack / on cancelled
ci  /  ...  /  on failure
ci / Notify Slack / on failure
ci  /  ...  /  on success
ci / Notify Slack / on success
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
ci / Code Quality / PHPStan / PHPStan: src/adjusters/Tax.php#L391
Method craft\commerce\adjusters\Tax::_getEuVatValidator() is unused.
ci / Code Quality / PHPStan / PHPStan: src/behaviors/ValidateOrganizationTaxIdBehavior.php#L108
Method craft\commerce\behaviors\ValidateOrganizationTaxIdBehavior::_getVatValidator() is unused.
ci / Code Quality / PHPStan / PHPStan: src/models/TaxRate.php#L96
PHPDoc tag @var for property craft\commerce\models\TaxRate::$taxIdValidators with type array|null is not subtype of native type array.
ci / Code Quality / PHPStan / PHPStan: src/models/TaxRate.php#L237
PHPDoc tag @return with type bool is incompatible with native type void.
ci / Code Quality / PHPStan / PHPStan
Process completed with exit code 1.
ci / Code Quality / ECS / ECS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / Code Quality / Prettier / check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / Code Quality / PHPStan / PHPStan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / Code Quality / PHPStan / PHPStan
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/