Skip to content

Commit d46cd1e

Browse files
committed
docs: fix @return
1 parent 73502a8 commit d46cd1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Autoloader/FileLocator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ protected function ensureExt(string $path, string $ext): string
212212
/**
213213
* Return the namespace mappings we know about.
214214
*
215-
* @return array|string
215+
* @return array<int, array<string, string>>
216216
*/
217217
protected function getNamespaces()
218218
{

0 commit comments

Comments
 (0)