Skip to content

Commit

Permalink
refactor: added required space, wpcs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
julianramirez2 committed Nov 8, 2023
1 parent c5aaa4f commit cc4808e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public function save_action( $post_id, $post ) {
$enrollment_action = 'enrollment_sync';
}

if ( !isset( $enrollment_action ) ) {
if ( ! isset( $enrollment_action ) ) {
$enrollment_action = '';
}

Expand Down

0 comments on commit cc4808e

Please sign in to comment.