Skip to content

Commit bec2a94

Browse files
committed
phpstan: add ignores
1 parent 1840119 commit bec2a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function login_footer( $input_id = '' ) {
408408
wp_dropdown_languages( apply_filters( 'login_language_dropdown_args', $args ) );
409409
?>
410410

411-
<?php if ( $interim_login ) { ?>
411+
<?php if ( $interim_login ) { /** @phpstan-ignore if.alwaysFalse (The global can be manipulated) */ ?>
412412
<input type="hidden" name="interim-login" value="1" />
413413
<?php } ?>
414414

0 commit comments

Comments
 (0)