diff --git a/docs/classes/CodeIgniter-Encryption-Handlers-SodiumHandler.html b/docs/classes/CodeIgniter-Encryption-Handlers-SodiumHandler.html index aa9d93498..027bc39a1 100644 --- a/docs/classes/CodeIgniter-Encryption-Handlers-SodiumHandler.html +++ b/docs/classes/CodeIgniter-Encryption-Handlers-SodiumHandler.html @@ -341,7 +341,7 @@

$key -  : string +  : string|null
Starter key
@@ -478,12 +478,14 @@

protected - string + string|null $key = '' - +

Null is used for buffer cleanup.

+
+