Skip to content

Commit

Permalink
Updated API for commit 536570bf323c05c08ff0ff3e4e174c385d4fd7df
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 4, 2025
1 parent be7a977 commit bed06cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/classes/CodeIgniter-Test-Mock-MockCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Test-Mock-MockCache.html#property_expirations">$expirations</a>
<span>
&nbsp;: array&lt;int, int&gt;|null </span>
&nbsp;: array&lt;string, int|null&gt; </span>
</dt>
<dd>Expiration times.</dd>

Expand Down Expand Up @@ -689,7 +689,7 @@ <h4 class="phpdocumentor-element__name" id="property_expirations">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;int, int&gt;|null</span>
<span class="phpdocumentor-signature__type">array&lt;string, int|null&gt;</span>
<span class="phpdocumentor-signature__name">$expirations</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>

Expand Down

0 comments on commit bed06cb

Please sign in to comment.