Skip to content

Commit 93f4b83

Browse files
committed
fixed CS
1 parent 5199360 commit 93f4b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ private function toIterable($files): iterable
727727
}
728728

729729
/**
730-
* Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> array(file, tmp)).
730+
* Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> [file, tmp]).
731731
*/
732732
private function getSchemeAndHierarchy(string $filename): array
733733
{

0 commit comments

Comments
 (0)