From 02aad224e3f3a94e25e48fd444590609ebf8897f Mon Sep 17 00:00:00 2001 From: michalsn Date: Sun, 17 Nov 2024 09:53:21 +0000 Subject: [PATCH] Updated API for commit 417cbd219800f624b5c8a4f8ec22d5adac56f4b4 --- .../CodeIgniter-Autoloader-Autoloader.html | 16 +++--- .../CodeIgniter-Autoloader-FileLocator.html | 14 ++--- ...eIgniter-Autoloader-FileLocatorCached.html | 51 ++++++++----------- ...niter-Autoloader-FileLocatorInterface.html | 14 ++--- .../CodeIgniter-Test-CIUnitTestCase.html | 31 +++++------ .../CodeIgniter-Test-ReflectionHelper.html | 31 +++++------ docs/reports/deprecated.html | 2 +- 7 files changed, 76 insertions(+), 83 deletions(-) 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 @@

@@ -903,7 +903,7 @@

@@ -1125,7 +1125,7 @@

@@ -1275,7 +1275,7 @@

@@ -1309,7 +1309,7 @@

@@ -1387,14 +1387,14 @@

private - loadComposerNamespaces(ClassLoader $composer, array<string|int, mixed> $composerPackages) : void + loadComposerNamespaces(ClassLoader $composer, array{only?: list, exclude?: list$composerPackages) : void
@@ -1411,7 +1411,7 @@

Parameters
$composerPackages - : array<string|int, mixed> + : array{only?: list, exclude?: list}
diff --git a/docs/classes/CodeIgniter-Autoloader-FileLocator.html b/docs/classes/CodeIgniter-Autoloader-FileLocator.html index 480c4c6ce..7fe969012 100644 --- a/docs/classes/CodeIgniter-Autoloader-FileLocator.html +++ b/docs/classes/CodeIgniter-Autoloader-FileLocator.html @@ -579,7 +579,7 @@

@@ -682,7 +682,7 @@

@@ -736,7 +736,7 @@

@@ -876,7 +876,7 @@

@@ -1004,7 +1004,7 @@

@@ -1043,7 +1043,7 @@

diff --git a/docs/classes/CodeIgniter-Autoloader-FileLocatorCached.html b/docs/classes/CodeIgniter-Autoloader-FileLocatorCached.html index 80e5b1fa9..0b6ed286c 100644 --- a/docs/classes/CodeIgniter-Autoloader-FileLocatorCached.html +++ b/docs/classes/CodeIgniter-Autoloader-FileLocatorCached.html @@ -334,7 +334,7 @@

$cache -  : array<string|int, mixed> +  : array<string, array<string, mixed>>
Cache data
@@ -432,7 +432,7 @@

search() -  : array<string|int, mixed> +  : array<int, string>
Searches through all of the defined namespaces looking for a file.
@@ -478,7 +478,7 @@

@@ -487,7 +487,7 @@

private - array<string|int, mixed> + array<string, array<string, mixed>> $cache = [] @@ -557,7 +557,7 @@

@@ -593,7 +593,7 @@

@@ -630,7 +630,7 @@

@@ -671,7 +671,7 @@

@@ -722,7 +722,7 @@

@@ -756,7 +756,7 @@

@@ -791,7 +791,7 @@

@@ -845,7 +845,7 @@

@@ -894,7 +894,7 @@

@@ -948,7 +948,7 @@

@@ -1009,7 +1009,7 @@

@@ -1088,7 +1088,7 @@

Parameters
@@ -1142,7 +1133,7 @@
Parameters
Return values
- array<string|int, mixed> + array<int, string>
@@ -1160,7 +1151,7 @@

@@ -1194,7 +1185,7 @@

diff --git a/docs/classes/CodeIgniter-Autoloader-FileLocatorInterface.html b/docs/classes/CodeIgniter-Autoloader-FileLocatorInterface.html index 8c0b5b307..c6e04c96c 100644 --- a/docs/classes/CodeIgniter-Autoloader-FileLocatorInterface.html +++ b/docs/classes/CodeIgniter-Autoloader-FileLocatorInterface.html @@ -340,7 +340,7 @@

search() -  : array<string|int, mixed> +  : array<int, string>
Searches through all of the defined namespaces looking for a file.
@@ -371,7 +371,7 @@

@@ -474,7 +474,7 @@

@@ -528,7 +528,7 @@

@@ -668,7 +668,7 @@

Parameters
Return values
- array<string|int, mixed> + array<int, string>
diff --git a/docs/classes/CodeIgniter-Test-CIUnitTestCase.html b/docs/classes/CodeIgniter-Test-CIUnitTestCase.html index 665ebd121..80166a8c9 100644 --- a/docs/classes/CodeIgniter-Test-CIUnitTestCase.html +++ b/docs/classes/CodeIgniter-Test-CIUnitTestCase.html @@ -548,7 +548,7 @@

setPrivateProperty() -  : mixed +  : void
Set a private property.
@@ -1973,7 +1973,7 @@

@@ -2017,6 +2017,15 @@

+ phpstan-return +
+
+ +

Closure(mixed ...$args): mixed

+
+ +
+
throws
@@ -2048,7 +2057,7 @@

@@ -2103,15 +2112,7 @@

-
-
Return values
- mixed - — -

value

-
- -
- +
@@ -2135,7 +2136,7 @@

public - static setPrivateProperty(object|string $obj, string $property, mixed $value) : mixed + static setPrivateProperty(object|string $obj, string $property, mixed $value) : void
@@ -2646,7 +2647,7 @@

diff --git a/docs/classes/CodeIgniter-Test-ReflectionHelper.html b/docs/classes/CodeIgniter-Test-ReflectionHelper.html index 54cce4147..d3984958f 100644 --- a/docs/classes/CodeIgniter-Test-ReflectionHelper.html +++ b/docs/classes/CodeIgniter-Test-ReflectionHelper.html @@ -307,7 +307,7 @@

setPrivateProperty() -  : mixed +  : void
Set a private property.
@@ -347,7 +347,7 @@

@@ -391,6 +391,15 @@

+ phpstan-return +
+
+ +

Closure(mixed ...$args): mixed

+
+ +
+
throws
@@ -422,7 +431,7 @@

@@ -477,15 +486,7 @@

-
-
Return values
- mixed - — -

value

-
- -
- +
@@ -509,7 +510,7 @@

public - static setPrivateProperty(object|string $obj, string $property, mixed $value) : mixed + static setPrivateProperty(object|string $obj, string $property, mixed $value) : void
@@ -581,7 +582,7 @@

diff --git a/docs/reports/deprecated.html b/docs/reports/deprecated.html index 4735db3ef..65ae01638 100644 --- a/docs/reports/deprecated.html +++ b/docs/reports/deprecated.html @@ -431,7 +431,7 @@

Autoloader.php

- 450 + 453 Autoloader::discoverComposerNamespaces()

No longer used.