Skip to content

Commit

Permalink
refactor: allow null for $key property to handle buffer cleanup i…
Browse files Browse the repository at this point in the history
…n SodiumHandler
  • Loading branch information
datamweb committed Oct 3, 2024
1 parent cb55765 commit 57e8be9
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 57e8be9

Please sign in to comment.