Skip to content

Commit ccf15cc

Browse files
authored
Merge pull request #988 from kenjis/update-phpdoc-var
docs: composer cs-fix
2 parents a851593 + 92ad2af commit ccf15cc

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)