Skip to content

Commit

Permalink
Per linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 18, 2024
1 parent 2c2e7f3 commit ee03637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ public function test_can_disable_default_providers() {

add_filter(
'two_factor_providers',
function( $providers ) {
function ( $providers ) {
return array_diff_key( $providers, array( 'Two_Factor_Email' => null ) );
}
);
Expand Down Expand Up @@ -1616,7 +1616,7 @@ public function test_uninstall_removes_disabled_provider_user_meta() {

add_filter(
'two_factor_providers',
function( $providers ) {
function ( $providers ) {
return array_diff_key( $providers, array( 'Two_Factor_Totp' => null ) );
}
);
Expand Down

0 comments on commit ee03637

Please sign in to comment.