Skip to content

Commit 492cccc

Browse files
committed
docs: fix @var
Users may add other actions.
1 parent 4039446 commit 492cccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Auth extends BaseConfig
5757
* - login: CodeIgniter\Shield\Authentication\Actions\Email2FA
5858
* - register: CodeIgniter\Shield\Authentication\Actions\EmailActivator
5959
*
60-
* @var array{login: class-string<ActionInterface>|null, register: class-string<ActionInterface>|null}
60+
* @var array<string, class-string<ActionInterface>|null>
6161
*/
6262
public array $actions = [
6363
'login' => null,

0 commit comments

Comments
 (0)