Skip to content

Commit

Permalink
Code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
riteelama committed Jul 1, 2024
1 parent eb3530e commit 1242d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/evf-core-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5591,5 +5591,5 @@ function evf_get_next_key_array( $arr, $key ) {
$next_key = $keys[ $position + 1 ];
}

return isset( $next_key ) ? $next_key : "" ;
return isset( $next_key ) ? $next_key : '' ;

Check failure on line 5594 in includes/evf-core-functions.php

View workflow job for this annotation

GitHub Actions / Code sniff (PHP 7.4 , WP Latest)

Space found before semicolon; expected "'';" but found "'' ;"
}

0 comments on commit 1242d71

Please sign in to comment.