We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4039446 commit 492ccccCopy full SHA for 492cccc
src/Config/Auth.php
@@ -57,7 +57,7 @@ class Auth extends BaseConfig
57
* - login: CodeIgniter\Shield\Authentication\Actions\Email2FA
58
* - register: CodeIgniter\Shield\Authentication\Actions\EmailActivator
59
*
60
- * @var array{login: class-string<ActionInterface>|null, register: class-string<ActionInterface>|null}
+ * @var array<string, class-string<ActionInterface>|null>
61
*/
62
public array $actions = [
63
'login' => null,
0 commit comments