Skip to content

Commit 303082b

Browse files
tswaggerkenjis
andcommitted
Update docs/references/authentication/hmac.md
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent 76fc1fe commit 303082b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • docs/references/authentication

docs/references/authentication/hmac.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ You will also be able to adjust the default Driver `$hmacEncryption['driver']` a
170170
`$hmacEncryption['driver']`, and `$hmacEncryption['digest']`) are set in array format (see below).
171171

172172
```php
173-
public array $hmacEncryption [
173+
public array $hmacEncryption = [
174174
'key' => [
175175
'k1' => 'hex2bin:923dfab5ddca0c7784c2c388a848a704f5e048736c1a852c862959da62ade8c7',
176176
],
177-
'driver' => ['k1' => 'OpenSSL'],
178-
'digest' => ['k1' => 'SHA512'],
179-
'currentKey' => 'k1',
180-
'deprecatedKey' => null
177+
'driver' => ['k1' => 'OpenSSL'],
178+
'digest' => ['k1' => 'SHA512'],
179+
'currentKey' => 'k1',
180+
'deprecatedKey' => null,
181181
];
182182
```
183183

0 commit comments

Comments
 (0)