Skip to content

Commit

Permalink
new line before return
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Nov 4, 2024
1 parent 8841bf9 commit 2851b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ public function sanitize_settings( $input ) {
$sanitized_input['enable_debug_type'] = array();
}
$sanitized_input['disable_ssl_verification'] = (int) ! empty( $input['disable_ssl_verification'] );

return $sanitized_input;
}
}

0 comments on commit 2851b3e

Please sign in to comment.