Skip to content

Commit

Permalink
Merge pull request #988 from kenjis/update-phpdoc-var
Browse files Browse the repository at this point in the history
docs: composer cs-fix
  • Loading branch information
kenjis authored Dec 26, 2023
2 parents a851593 + 92ad2af commit ccf15cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/email_2fa_show.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="mb-2">
<input type="email" class="form-control" name="email"
inputmode="email" autocomplete="email" placeholder="<?= lang('Auth.email') ?>"
<?php /** @var \CodeIgniter\Shield\Entities\User $user */ ?>
<?php /** @var CodeIgniter\Shield\Entities\User $user */ ?>
value="<?= old('email', $user->email) ?>" required>
</div>

Expand Down

0 comments on commit ccf15cc

Please sign in to comment.