Skip to content

Commit e99b46e

Browse files
committed
Update GraphApplication.php
1 parent 83fbe9f commit e99b46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/GraphApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class GraphApplication
1717
public function start(string $jsonGlob): int
1818
{
1919
$jsonFiles = glob($jsonGlob, GLOB_NOSORT);
20-
usort( $jsonFiles, function( $a, $b ) {
20+
\Safe\usort( $jsonFiles, function( $a, $b ) {
2121
return \Safe\filemtime($a) - \Safe\filemtime($b);
2222
});
2323

0 commit comments

Comments
 (0)