Skip to content

Commit 92ad2af

Browse files
committed
docs: composer cs-fix
1 parent daba1e3 commit 92ad2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/email_2fa_show.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="mb-2">
2323
<input type="email" class="form-control" name="email"
2424
inputmode="email" autocomplete="email" placeholder="<?= lang('Auth.email') ?>"
25-
<?php /** @var \CodeIgniter\Shield\Entities\User $user */ ?>
25+
<?php /** @var CodeIgniter\Shield\Entities\User $user */ ?>
2626
value="<?= old('email', $user->email) ?>" required>
2727
</div>
2828

0 commit comments

Comments
 (0)