fix: events calendar post form integration #654
phpcs.yml
on: pull_request
Run PHPCS inspection
2m 28s
Annotations
10 errors and 15 warnings
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L29
Expected exactly one space before closing parenthesis; " " found.
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L65
Closing PHP tag must be on a line by itself
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L71
Opening PHP tag must be on a line by itself
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L135
Array keys must be surrounded by spaces unless they contain a string or an integer.
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L135
Array keys must be surrounded by spaces unless they contain a string or an integer.
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L137
Array keys must be surrounded by spaces unless they contain a string or an integer.
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L137
Array keys must be surrounded by spaces unless they contain a string or an integer.
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L164
Expected 1 space before closing PHP tag; 2 found
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L164
Space found before comma in argument list
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L165
Expected 1 space after closing parenthesis; found 0
|
Run PHPCS inspection
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pat-s/always-upload-cache@v1.1.4. 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, pat-s/always-upload-cache@v1.1.4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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 `save-state` 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/Fields/Form_Field_Radio.php#L29
Loose comparisons are not allowed. Expected: "!=="; Found: "!="
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L36
This comment is 65% valid code; is this commented out code?
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L51
Loose comparisons are not allowed. Expected: "==="; Found: "=="
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L110
Equals sign not aligned correctly; expected 1 space but found 4 spaces
|
Run PHPCS inspection:
includes/Fields/Form_Field_Radio.php#L135
Equals sign not aligned correctly; expected 1 space but found 3 spaces
|
Run PHPCS inspection:
includes/Fields/Form_Field_Dropdown.php#L29
Loose comparisons are not allowed. Expected: "!=="; Found: "!="
|
Run PHPCS inspection:
includes/Fields/Form_Field_Dropdown.php#L36
Loose comparisons are not allowed. Expected: "==="; Found: "=="
|
Run PHPCS inspection:
includes/Fields/Form_Field_Dropdown.php#L37
Loose comparisons are not allowed. Expected: "==="; Found: "=="
|
Run PHPCS inspection:
includes/Fields/Form_Field_Dropdown.php#L39
Usage of ELSE IF is discouraged; use ELSEIF instead
|
Run PHPCS inspection:
includes/Fields/Form_Field_Dropdown.php#L39
Loose comparisons are not allowed. Expected: "==="; Found: "=="
|