Skip to content

Commit 7b077fa

Browse files
committed
Updated API for commit 9973d05c200d2a71b132ec4c892df5bccd55f736
1 parent aa5e9a5 commit 7b077fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/classes/CodeIgniter-Config-Filters.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ <h4 id="toc-properties">
326326
<dt class="phpdocumentor-table-of-contents__entry -property -public">
327327
<a class="" href="classes/CodeIgniter-Config-Filters.html#property_globals">$globals</a>
328328
<span>
329-
&nbsp;: array&lt;string, array&lt;string, array&lt;string, string&gt;&gt;&gt;|array&lt;string, array&lt;int, string&gt;&gt; </span>
329+
&nbsp;: array{before: array<string,array{except: list<string>|string}>|list<string>, after: array<string,array{except: list<string>|string}>|list<string>} </span>
330330
</dt>
331331
<dd>List of filter aliases that are always
332332
applied before and after every request.</dd>
@@ -506,7 +506,7 @@ <h4 class="phpdocumentor-element__name" id="property_filters">
506506
<aside class="phpdocumentor-element-found-in">
507507
<abbr class="phpdocumentor-element-found-in__file" title="system/Config/Filters.php"><a href="files/system-config-filters.html"><abbr title="system/Config/Filters.php">Filters.php</abbr></a></abbr>
508508
:
509-
<span class="phpdocumentor-element-found-in__line">119</span>
509+
<span class="phpdocumentor-element-found-in__line">122</span>
510510

511511
</aside>
512512

@@ -549,7 +549,7 @@ <h4 class="phpdocumentor-element__name" id="property_globals">
549549
<aside class="phpdocumentor-element-found-in">
550550
<abbr class="phpdocumentor-element-found-in__file" title="system/Config/Filters.php"><a href="files/system-config-filters.html"><abbr title="system/Config/Filters.php">Filters.php</abbr></a></abbr>
551551
:
552-
<span class="phpdocumentor-element-found-in__line">83</span>
552+
<span class="phpdocumentor-element-found-in__line">86</span>
553553

554554
</aside>
555555

@@ -559,7 +559,7 @@ <h4 class="phpdocumentor-element__name" id="property_globals">
559559

560560
<code class="phpdocumentor-code phpdocumentor-signature ">
561561
<span class="phpdocumentor-signature__visibility">public</span>
562-
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string, array&lt;string, string&gt;&gt;&gt;|array&lt;string, array&lt;int, string&gt;&gt;</span>
562+
<span class="phpdocumentor-signature__type">array{before: array<string,array{except: list<string>|string}>|list<string>, after: array<string,array{except: list<string>|string}>|list<string>}</span>
563563
<span class="phpdocumentor-signature__name">$globals</span>
564564
= <span class="phpdocumentor-signature__default-value">[&#039;before&#039; =&gt; [], &#039;after&#039; =&gt; []]</span></code>
565565

@@ -589,7 +589,7 @@ <h4 class="phpdocumentor-element__name" id="property_methods">
589589
<aside class="phpdocumentor-element-found-in">
590590
<abbr class="phpdocumentor-element-found-in__file" title="system/Config/Filters.php"><a href="files/system-config-filters.html"><abbr title="system/Config/Filters.php">Filters.php</abbr></a></abbr>
591591
:
592-
<span class="phpdocumentor-element-found-in__line">108</span>
592+
<span class="phpdocumentor-element-found-in__line">111</span>
593593

594594
</aside>
595595

0 commit comments

Comments
 (0)