Skip to content

Update SalesRuleValidator and ValidateByToken for Coupon Code Validation #55

Update SalesRuleValidator and ValidateByToken for Coupon Code Validation

Update SalesRuleValidator and ValidateByToken for Coupon Code Validation #55

Triggered via push July 24, 2024 16:21
Status Failure
Total duration 20s
Artifacts
M2 Coding Standard
8s
M2 Coding Standard
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
M2 Coding Standard
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/
M2 Coding Standard
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
M2 Coding Standard: Model/SalesRuleValidator.php#L43
The use of function is_null() is discouraged; use strict comparison "=== null"() instead