Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45368a5 commit 3f385d4Copy full SHA for 3f385d4
1 file changed
src/Composer/Autoload/ClassLoader.php
@@ -54,7 +54,7 @@ class ClassLoader
54
*/
55
private $prefixLengthsPsr4 = array();
56
/**
57
- * @var array<string, array<int, string>>
+ * @var array<string, list<string>>
58
59
private $prefixDirsPsr4 = array();
60
@@ -68,7 +68,7 @@ class ClassLoader
68
*
69
* Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
70
71
- * @var array<string, array<string, string[]>>
+ * @var array<string, array<string, list<string>>>
72
73
private $prefixesPsr0 = array();
74
@@ -122,7 +122,7 @@ public function getPrefixes()
122
}
123
124
125
- * @return array<string, array<int, string>>
+ * @return array<string, list<string>>
126
127
public function getPrefixesPsr4()
128
{
0 commit comments