diff --git a/docs/classes/CodeIgniter-Autoloader-Autoloader.html b/docs/classes/CodeIgniter-Autoloader-Autoloader.html index 5b07988dd..d361ff44e 100644 --- a/docs/classes/CodeIgniter-Autoloader-Autoloader.html +++ b/docs/classes/CodeIgniter-Autoloader-Autoloader.html @@ -858,7 +858,7 @@
private
- loadComposerNamespaces(ClassLoader $composer, array<string|int, mixed> $composerPackages) : void
+ loadComposerNamespaces(ClassLoader $composer, array{only?: list
private
- array<string|int, mixed>
+ array<string, array<string, mixed>>
$cache
= []
@@ -557,7 +557,7 @@
public
- search(string $path[, string $ext = 'php' ][, bool $prioritizeApp = true ]) : array<string|int, mixed>
+ search(string $path[, string $ext = 'php' ][, bool $prioritizeApp = true ]) : array<int, string>
Returns an array of all found locations for the defined file.
-Example:
-$locator->search('Config/Routes.php'); -// Assuming PSR4 namespaces include foo and bar, might return: -[ -'app/Modules/foo/Config/Routes.php', -'app/Modules/bar/Config/Routes.php', -]
-
public
- search(string $path[, string $ext = 'php' ][, bool $prioritizeApp = true ]) : array<string|int, mixed>
+ search(string $path[, string $ext = 'php' ][, bool $prioritizeApp = true ]) : array<int, string>