Skip to content

UR-1170 Fix - User fields not saving #676

UR-1170 Fix - User fields not saving

UR-1170 Fix - User fields not saving #676

Triggered via pull request September 5, 2023 07:35
Status Failure
Total duration 6m 14s
Artifacts

pr-code-sniff.yml

on: pull_request
Code sniff (PHP 7.4, WP Latest)
6m 2s
Code sniff (PHP 7.4, WP Latest)
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Code sniff (PHP 7.4, WP Latest)
Process completed with exit code 2.
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L2875
Expected 1 space(s) after closing parenthesis; found 0
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L2875
Space between opening control structure and closing parenthesis is required
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3856
Doc comment for parameter "$options" missing
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3869
The function unserialize() does not have a parameter "options" in PHP version 5.6 or earlier
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3878
Expected 1 spaces before closing parenthesis; 0 found
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3883
Expected 3 spaces after parameter type; 1 found
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3884
Expected 3 spaces after parameter type; 1 found
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3895
Processing form data without nonce verification.
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3895
$_POST data not unslashed before sanitization. Use wp_unslash() or similar
Code sniff (PHP 7.4, WP Latest): includes/functions-ur-core.php#L3895
Detected usage of a non-sanitized input variable: $_POST['urcl_hide_fields']
Code sniff (PHP 7.4, WP Latest)
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/