Skip to content

Commit 2a11dd6

Browse files
committed
PHPCS fixes
1 parent 86081cb commit 2a11dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/OneTapLogin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function init(): void {
118118
* @return void
119119
*/
120120
public function maybe_add_one_tap_to_frontend(): void {
121-
$show_on_this_page = apply_filters(
121+
$show_on_this_page = apply_filters(
122122
'rtcamp.google_one_tap_show',
123123
( 'sitewide' === $this->settings->one_tap_login_screen )
124124
);

0 commit comments

Comments
 (0)