Skip to content

Fix - Quiz attempt count wrong & const visibility removed #108

Fix - Quiz attempt count wrong & const visibility removed

Fix - Quiz attempt count wrong & const visibility removed #108

Triggered via pull request July 5, 2023 12:03
@harunollyoharunollyo
synchronize #492
harun
Status Failure
Total duration 32s
Artifacts

wpcs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
WPCS: classes/Quiz_Attempts_List.php#L147
Use placeholders and $wpdb->prepare(); found interpolated variable $select_stmt at "{$select_stmt} 

WPCS: classes/Quiz_Attempts_List.php#L149
Use placeholders and $wpdb->prepare(); found interpolated variable $pass_clause at {$pass_clause}

WPCS: classes/Quiz_Attempts_List.php#L150
Use placeholders and $wpdb->prepare(); found interpolated variable $user_clause at {$user_clause}

WPCS: classes/Quiz_Attempts_List.php#L158
Use placeholders and $wpdb->prepare(); found interpolated variable $select_stmt at "{$select_stmt} 

WPCS: classes/Quiz_Attempts_List.php#L160
Use placeholders and $wpdb->prepare(); found interpolated variable $fail_clause at {$fail_clause}

WPCS: classes/Quiz_Attempts_List.php#L161
Use placeholders and $wpdb->prepare(); found interpolated variable $user_clause at {$user_clause}

WPCS: classes/Quiz_Attempts_List.php#L169
Use placeholders and $wpdb->prepare(); found interpolated variable $select_stmt at "{$select_stmt} 

WPCS: classes/Quiz_Attempts_List.php#L171
Use placeholders and $wpdb->prepare(); found interpolated variable $pending_clause at {$pending_clause}

WPCS: classes/Quiz_Attempts_List.php#L172
Use placeholders and $wpdb->prepare(); found interpolated variable $user_clause at {$user_clause}

WPCS: classes/Quiz_Attempts_List.php#L182
Whitespace found at end of line
WPCS
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/