Skip to content

Commit

Permalink
Updated API for commit 417cbd219800f624b5c8a4f8ec22d5adac56f4b4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 17, 2024
1 parent 36fd919 commit 02aad22
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 83 deletions.
16 changes: 8 additions & 8 deletions docs/classes/CodeIgniter-Autoloader-Autoloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ <h4 class="phpdocumentor-element__name" id="method_initializeKint">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">492</span>
<span class="phpdocumentor-element-found-in__line">495</span>

</aside>

Expand Down Expand Up @@ -903,7 +903,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadHelpers">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">484</span>
<span class="phpdocumentor-element-found-in__line">487</span>

</aside>

Expand Down Expand Up @@ -1125,7 +1125,7 @@ <h4 class="phpdocumentor-element__name" id="method_discoverComposerNamespaces">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">450</span>
<span class="phpdocumentor-element-found-in__line">453</span>

</aside>

Expand Down Expand Up @@ -1275,7 +1275,7 @@ <h4 class="phpdocumentor-element__name" id="method_autoloadKint">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">505</span>
<span class="phpdocumentor-element-found-in__line">508</span>

</aside>

Expand Down Expand Up @@ -1309,7 +1309,7 @@ <h4 class="phpdocumentor-element__name" id="method_configureKint">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">527</span>
<span class="phpdocumentor-element-found-in__line">530</span>

</aside>

Expand Down Expand Up @@ -1387,14 +1387,14 @@ <h4 class="phpdocumentor-element__name" id="method_loadComposerNamespaces">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">369</span>
<span class="phpdocumentor-element-found-in__line">372</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__name">loadComposerNamespaces</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Composer\Autoload\ClassLoader">ClassLoader</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$composer</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$composerPackages</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
<span class="phpdocumentor-signature__name">loadComposerNamespaces</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Composer\Autoload\ClassLoader">ClassLoader</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$composer</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array{only?: list<string>, exclude?: list<string>}&nbsp;</span><span class="phpdocumentor-signature__argument__name">$composerPackages</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -1411,7 +1411,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$composerPackages</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
: <span class="phpdocumentor-signature__argument__return-type">array{only?: list<string>, exclude?: list<string>}</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

Expand Down
14 changes: 7 additions & 7 deletions docs/classes/CodeIgniter-Autoloader-FileLocator.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h4 class="phpdocumentor-element__name" id="method_findQualifiedNameFromPath">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">273</span>
<span class="phpdocumentor-element-found-in__line">275</span>

</aside>

Expand Down Expand Up @@ -682,7 +682,7 @@ <h4 class="phpdocumentor-element__name" id="method_listFiles">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">324</span>
<span class="phpdocumentor-element-found-in__line">328</span>

</aside>

Expand Down Expand Up @@ -736,7 +736,7 @@ <h4 class="phpdocumentor-element__name" id="method_listNamespaceFiles">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">357</span>
<span class="phpdocumentor-element-found-in__line">362</span>

</aside>

Expand Down Expand Up @@ -876,7 +876,7 @@ <h4 class="phpdocumentor-element__name" id="method_search">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">188</span>
<span class="phpdocumentor-element-found-in__line">189</span>

</aside>

Expand Down Expand Up @@ -948,7 +948,7 @@ <h4 class="phpdocumentor-element__name" id="method_ensureExt">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">221</span>
<span class="phpdocumentor-element-found-in__line">223</span>

</aside>

Expand Down Expand Up @@ -1004,7 +1004,7 @@ <h4 class="phpdocumentor-element__name" id="method_getNamespaces">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">239</span>
<span class="phpdocumentor-element-found-in__line">241</span>

</aside>

Expand Down Expand Up @@ -1043,7 +1043,7 @@ <h4 class="phpdocumentor-element__name" id="method_legacyLocate">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">393</span>
<span class="phpdocumentor-element-found-in__line">399</span>

</aside>

Expand Down
Loading

0 comments on commit 02aad22

Please sign in to comment.