Skip to content

Commit b52454e

Browse files
committed
fixed short array CS in comments
1 parent 1920c50 commit b52454e

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
@@ -730,7 +730,7 @@ private function toIterable($files)
730730
}
731731

732732
/**
733-
* Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> array(file, tmp)).
733+
* Gets a 2-tuple of scheme (may be null) and hierarchical part of a filename (e.g. file:///tmp -> [file, tmp]).
734734
*
735735
* @param string $filename The filename to be parsed
736736
*

0 commit comments

Comments
 (0)