Skip to content

Commit

Permalink
Updated API for commit 6617533aa79f070666da073ef3804a54821dde1c
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 2, 2024
1 parent b3ca377 commit 9f380f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/classes/CodeIgniter-BaseModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ <h4 id="toc-methods">
<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a class="" href="classes/CodeIgniter-BaseModel.html#method_doErrors">doErrors()</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt;|null </span>
&nbsp;: array&lt;string, string&gt; </span>
</dt>
<dd>Grabs the last error(s) that occurred from the Database connection.</dd>

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

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">doErrors</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;|null</span></code>
<span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">doErrors</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string, string&gt;</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -5399,7 +5399,7 @@ <h4 class="phpdocumentor-element__name" id="method_doErrors">

<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;|null</span>
<span class="phpdocumentor-signature__response_type">array&lt;string, string&gt;</span>
</section>

</article>
Expand Down

0 comments on commit 9f380f1

Please sign in to comment.