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 ee6785c commit a11bc0dCopy full SHA for a11bc0d
src/Config/AuthToken.php
@@ -91,7 +91,12 @@ class AuthToken extends BaseAuthToken
91
*
92
* @see https://codeigniter.com/user_guide/libraries/encryption.html
93
94
- * @var array|string
+ * @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]]
100
*/
101
public $hmacEncryptionKeys = [
102
'k1' => [
0 commit comments