We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0118dae commit 34f0867Copy full SHA for 34f0867
1 file changed
system/Config/Factories.php
@@ -53,7 +53,7 @@ class Factories
53
* Mapping of class basenames (no namespace) to
54
* their instances.
55
*
56
- * @var array[]
+ * @var array<string, array<string, string>>
57
* @phpstan-var array<string, array<string, class-string>>
58
*/
59
protected static $basenames = [];
@@ -64,7 +64,7 @@ class Factories
64
* A multi-dimensional array with components as
65
* keys to the array of name-indexed instances.
66
67
+ * @var array<string, array<string, object>>
68
* @phpstan-var array<string, array<class-string, object>>
69
70
protected static $instances = [];
0 commit comments