Add user directory page creation to installer and tools #1469
phpcs.yml
on: pull_request
Run PHPCS inspection
16s
Annotations
10 errors and 12 warnings
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L33
Opening parenthesis of a multi-line function call must be the last content on the line
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L33
Opening PHP tag must be on a line by itself
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L33
Opening PHP tag must be on a line by itself
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L33
Opening statement of multi-line function call not indented correctly; expected 20 spaces but found 23
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L33
Opening statement of multi-line function call not indented correctly; expected 20 spaces but found 23
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L29
Closing PHP tag must be on a line by itself
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L29
Closing parenthesis of a multi-line function call must be on a line by itself
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L29
Multi-line function call not indented correctly; expected 20 spaces but found 38
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L28
Opening parenthesis of a multi-line function call must be the last content on the line
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L28
Opening PHP tag must be on a line by itself
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L49
Found precision alignment of 2 spaces.
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L44
Loose comparisons are not allowed. Expected: "==="; Found: "=="
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L44
Processing form data without nonce verification.
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L44
Processing form data without nonce verification.
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L38
Found precision alignment of 3 spaces.
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L35
Found precision alignment of 3 spaces.
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L33
Found precision alignment of 3 spaces.
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L29
Found precision alignment of 2 spaces.
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L24
Loose comparisons are not allowed. Expected: "==="; Found: "=="
|
|
Run PHPCS inspection:
includes/Admin/Admin_Installer.php#L24
Loose comparisons are not allowed. Expected: "!=="; Found: "!="
|
|
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/
|