Skip to content

Commit a11bc0d

Browse files
tswaggerkenjis
andcommitted
Update src/Config/AuthToken.php
Co-authored-by: kenjis <[email protected]>
1 parent ee6785c commit a11bc0d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Config/AuthToken.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@ class AuthToken extends BaseAuthToken
9191
*
9292
* @see https://codeigniter.com/user_guide/libraries/encryption.html
9393
*
94-
* @var array|string
94+
* @var array<string, array<string, string>>|string Temporarily becomes a
95+
* string when setting value
96+
* as JSON from environment
97+
* variable.
98+
*
99+
* [key_name => ['key' => key_value]]
95100
*/
96101
public $hmacEncryptionKeys = [
97102
'k1' => [

0 commit comments

Comments
 (0)