Skip to content

Commit 4b3b6ec

Browse files
rodrigoprimojrfnl
andauthored
Apply suggestion from @jrfnl
Co-authored-by: Juliette <[email protected]>
1 parent 2bd6c51 commit 4b3b6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Core/Files/FileList/ConstructTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testConstruct($files, $expectedFiles)
7676

7777
$i = 0;
7878

79-
// Sort the value to make the tests stable as different OSes will read directories
79+
// Sort the values to make the tests stable as different OSes will read directories
8080
// in a different order and the order is not relevant for these tests. Just the values.
8181
$fileListArray = iterator_to_array($fileList);
8282
ksort($fileListArray);

0 commit comments

Comments
 (0)