Added a return to the previous step Button inside the seller setup wizard and adjusted RTL layout issue #3574
phpcs.yml
on: pull_request
Run PHPCS inspection
12s
Annotations
10 errors and 3 warnings
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L231
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L248
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L266
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L283
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L302
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L320
Processing form data without nonce verification.
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L522
If control structure block found as the only statement within an "else" block. Use elseif instead.
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L608
Expected 1 space after FUNCTION keyword; 0 found
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L608
Opening brace must be the last content on the line
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L608
Each PHP statement must be on a line by itself
|
Run PHPCS inspection
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L37
It is recommended not to use reserved keyword "var" as function parameter name. Found: $var
|
Run PHPCS inspection:
includes/Vendor/SetupWizard.php#L180
Translatable string should not be wrapped in HTML. Found: '<p>Thank you for choosing The Marketplace to power your online store! This quick setup wizard will help you configure the basic settings. <strong>It’s completely optional and shouldn’t take longer than two minutes.</strong></p>'
|