Skip to content

Commit

Permalink
Merge pull request #9207 from datamweb/refctor-SodiumHandler
Browse files Browse the repository at this point in the history
refactor: starter key handling in SodiumHandler
  • Loading branch information
kenjis authored Oct 3, 2024
2 parents cb55765 + 57e8be9 commit 118c2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Encryption/Handlers/SodiumHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SodiumHandler extends BaseHandler
/**
* Starter key
*
* @var string
* @var string|null Null is used for buffer cleanup.
*/
protected $key = '';

Expand Down

0 comments on commit 118c2c4

Please sign in to comment.