@@ -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- : array<string, callable(mixed): mixed|(callable&string)|array<int, callable(mixed): mixed|string>> </ span >
339+ : array<string, callable(mixed... ): mixed|(callable&string)|array<int, callable(mixed... ): mixed|string>> </ span >
340340</ dt >
341341< dd > Parser Plugins provide a way to extend the functionality provided
342342by 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- : array<string, callable(mixed): mixed|(callable&string)|array<int, callable(mixed): mixed|string>> </ span >
370+ : array<string, callable(mixed... ): mixed|(callable&string)|array<int, callable(mixed... ): mixed|string>> </ 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<string, callable(mixed): mixed|(callable&string)|array<int, callable(mixed): mixed|string>></ span >
632+ < span class ="phpdocumentor-signature__type "> array<string, callable(mixed... ): mixed|(callable&string)|array<int, callable(mixed... ): mixed|string>></ 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<string, callable(mixed): mixed|(callable&string)|array<int, callable(mixed): mixed|string>></ span >
800+ < span class ="phpdocumentor-signature__type "> array<string, callable(mixed... ): mixed|(callable&string)|array<int, callable(mixed... ): mixed|string>></ span >
801801 < span class ="phpdocumentor-signature__name "> $corePlugins</ span >
802802 = < span class ="phpdocumentor-signature__default-value "> ['csp_script_nonce' => '\CodeIgniter\View\Plugins::cspScriptNonce', 'csp_style_nonce' => '\CodeIgniter\View\Plugins::cspStyleNonce', 'current_url' => '\CodeIgniter\View\Plugins::currentURL', 'previous_url' => '\CodeIgniter\View\Plugins::previousURL', 'mailto' => '\CodeIgniter\View\Plugins::mailto', 'safe_mailto' => '\CodeIgniter\View\Plugins::safeMailto', 'lang' => '\CodeIgniter\View\Plugins::lang', 'validation_errors' => '\CodeIgniter\View\Plugins::validationErrors', 'route' => '\CodeIgniter\View\Plugins::route', 'siteURL' => '\CodeIgniter\View\Plugins::siteURL']</ span > </ code >
803803
0 commit comments