Skip to content

Vendor own product purchase restriction added #2372

Vendor own product purchase restriction added

Vendor own product purchase restriction added #2372

Triggered via pull request July 21, 2023 06:25
Status Failure
Total duration 33s
Artifacts

phpcs.yml

on: pull_request
Run PHPCS inspection
24s
Run PHPCS inspection
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
Run PHPCS inspection: includes/wc-functions.php#L810
A file should either contain function declarations or OO structure declarations, but not both. Found 29 function declaration(s) and 1 OO structure declaration(s). The first function declaration was found on line 14; the first OO declaration was found on line 810
Run PHPCS inspection
Process completed with exit code 1.
Run PHPCS inspection
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run PHPCS inspection
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/
Run PHPCS inspection
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/
Run PHPCS inspection: includes/wc-functions.php#L505
Found unknown capability "seller" in function call to current_user_can(). Please check the spelling of the capability. If this is a custom capability, please verify the capability is registered with WordPress via a call to WP_Role(s)->add_cap(). Custom capabilities can be made known to this sniff by setting the "custom_capabilities" property in the PHPCS ruleset.
Run PHPCS inspection: includes/wc-functions.php#L1123
Found unknown capability "dokan_manage_order" in function call to current_user_can(). Please check the spelling of the capability. If this is a custom capability, please verify the capability is registered with WordPress via a call to WP_Role(s)->add_cap(). Custom capabilities can be made known to this sniff by setting the "custom_capabilities" property in the PHPCS ruleset.
Run PHPCS inspection: includes/wc-functions.php#L1244
Found unknown capability "manage_woocommerce" in function call to current_user_can(). Please check the spelling of the capability. If this is a custom capability, please verify the capability is registered with WordPress via a call to WP_Role(s)->add_cap(). Custom capabilities can be made known to this sniff by setting the "custom_capabilities" property in the PHPCS ruleset.