Skip to content

Commit 495acde

Browse files
committed
Updated API for commit 25cf4334b7d9d7cbba87de9d4918458ae0a103c1
1 parent afe3e23 commit 495acde

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/classes/CodeIgniter-Config-View.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ <h4 id="toc-properties">
336336
<dt class="phpdocumentor-table-of-contents__entry -property -public">
337337
<a class="" href="classes/CodeIgniter-Config-View.html#property_plugins">$plugins</a>
338338
<span>
339-
&nbsp;: array&lt;string, callable(mixed): mixed|(callable&string)|array&lt;int, callable(mixed): mixed|string&gt;&gt; </span>
339+
&nbsp;: array&lt;string, callable(mixed...): mixed|(callable&string)|array&lt;int, callable(mixed...): mixed|string&gt;&gt; </span>
340340
</dt>
341341
<dd>Parser Plugins provide a way to extend the functionality provided
342342
by the core Parser by creating aliases that will be replaced with
@@ -367,7 +367,7 @@ <h4 id="toc-properties">
367367
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
368368
<a class="" href="classes/CodeIgniter-Config-View.html#property_corePlugins">$corePlugins</a>
369369
<span>
370-
&nbsp;: array&lt;string, callable(mixed): mixed|(callable&string)|array&lt;int, callable(mixed): mixed|string&gt;&gt; </span>
370+
&nbsp;: array&lt;string, callable(mixed...): mixed|(callable&string)|array&lt;int, callable(mixed...): mixed|string&gt;&gt; </span>
371371
</dt>
372372
<dd>Built-in View plugins.</dd>
373373

@@ -629,7 +629,7 @@ <h4 class="phpdocumentor-element__name" id="property_plugins">
629629

630630
<code class="phpdocumentor-code phpdocumentor-signature ">
631631
<span class="phpdocumentor-signature__visibility">public</span>
632-
<span class="phpdocumentor-signature__type">array&lt;string, callable(mixed): mixed|(callable&string)|array&lt;int, callable(mixed): mixed|string&gt;&gt;</span>
632+
<span class="phpdocumentor-signature__type">array&lt;string, callable(mixed...): mixed|(callable&string)|array&lt;int, callable(mixed...): mixed|string&gt;&gt;</span>
633633
<span class="phpdocumentor-signature__name">$plugins</span>
634634
= <span class="phpdocumentor-signature__default-value">[]</span></code>
635635

@@ -797,7 +797,7 @@ <h4 class="phpdocumentor-element__name" id="property_corePlugins">
797797

798798
<code class="phpdocumentor-code phpdocumentor-signature ">
799799
<span class="phpdocumentor-signature__visibility">protected</span>
800-
<span class="phpdocumentor-signature__type">array&lt;string, callable(mixed): mixed|(callable&string)|array&lt;int, callable(mixed): mixed|string&gt;&gt;</span>
800+
<span class="phpdocumentor-signature__type">array&lt;string, callable(mixed...): mixed|(callable&string)|array&lt;int, callable(mixed...): mixed|string&gt;&gt;</span>
801801
<span class="phpdocumentor-signature__name">$corePlugins</span>
802802
= <span class="phpdocumentor-signature__default-value">[&#039;csp_script_nonce&#039; =&gt; &#039;\CodeIgniter\View\Plugins::cspScriptNonce&#039;, &#039;csp_style_nonce&#039; =&gt; &#039;\CodeIgniter\View\Plugins::cspStyleNonce&#039;, &#039;current_url&#039; =&gt; &#039;\CodeIgniter\View\Plugins::currentURL&#039;, &#039;previous_url&#039; =&gt; &#039;\CodeIgniter\View\Plugins::previousURL&#039;, &#039;mailto&#039; =&gt; &#039;\CodeIgniter\View\Plugins::mailto&#039;, &#039;safe_mailto&#039; =&gt; &#039;\CodeIgniter\View\Plugins::safeMailto&#039;, &#039;lang&#039; =&gt; &#039;\CodeIgniter\View\Plugins::lang&#039;, &#039;validation_errors&#039; =&gt; &#039;\CodeIgniter\View\Plugins::validationErrors&#039;, &#039;route&#039; =&gt; &#039;\CodeIgniter\View\Plugins::route&#039;, &#039;siteURL&#039; =&gt; &#039;\CodeIgniter\View\Plugins::siteURL&#039;]</span></code>
803803

docs/classes/CodeIgniter-View-Parser.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h4 id="toc-properties">
415415
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
416416
<a class="" href="classes/CodeIgniter-View-Parser.html#property_plugins">$plugins</a>
417417
<span>
418-
&nbsp;: array&lt;string, callable(mixed): mixed|(callable&string)|array&lt;int, callable(mixed): mixed|string&gt;&gt; </span>
418+
&nbsp;: array&lt;string, callable(mixed...): mixed|(callable&string)|array&lt;int, callable(mixed...): mixed|string&gt;&gt; </span>
419419
</dt>
420420
<dd>Stores any plugins registered at run-time.</dd>
421421

@@ -1228,7 +1228,7 @@ <h4 class="phpdocumentor-element__name" id="property_plugins">
12281228

12291229
<code class="phpdocumentor-code phpdocumentor-signature ">
12301230
<span class="phpdocumentor-signature__visibility">protected</span>
1231-
<span class="phpdocumentor-signature__type">array&lt;string, callable(mixed): mixed|(callable&string)|array&lt;int, callable(mixed): mixed|string&gt;&gt;</span>
1231+
<span class="phpdocumentor-signature__type">array&lt;string, callable(mixed...): mixed|(callable&string)|array&lt;int, callable(mixed...): mixed|string&gt;&gt;</span>
12321232
<span class="phpdocumentor-signature__name">$plugins</span>
12331233
= <span class="phpdocumentor-signature__default-value">[]</span></code>
12341234

0 commit comments

Comments
 (0)