Skip to content

Commit

Permalink
Updated API for commit c8b9ea48eb624027353b3ea7a9920b198b55a709
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 15, 2024
1 parent ed8be7d commit f072986
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Encryption-Handlers-SodiumHandler.html#property_key">$key</a>
<span>
&nbsp;: string </span>
&nbsp;: string|null </span>
</dt>
<dd>Starter key</dd>

Expand Down Expand Up @@ -478,12 +478,14 @@ <h4 class="phpdocumentor-element__name" id="property_key">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">string</span>
<span class="phpdocumentor-signature__type">string|null</span>
<span class="phpdocumentor-signature__name">$key</span>
= <span class="phpdocumentor-signature__default-value">&#039;&#039;</span></code>



<section class="phpdocumentor-description"><p>Null is used for buffer cleanup.</p>
</section>




Expand Down

0 comments on commit f072986

Please sign in to comment.