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 5199360 commit 93f4b83Copy full SHA for 93f4b83
Filesystem.php
@@ -727,7 +727,7 @@ private function toIterable($files): iterable
727
}
728
729
/**
730
- * Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> array(file, tmp)).
+ * Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> [file, tmp]).
731
*/
732
private function getSchemeAndHierarchy(string $filename): array
733
{
0 commit comments