Skip to content

Commit c105b80

Browse files
committed
Update GraphApplication.php
1 parent 2706afb commit c105b80

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
@@ -15,7 +15,7 @@ final class GraphApplication
1515
public function start(string $jsonGlob): int
1616
{
1717
$jsonFiles = glob($jsonGlob, GLOB_NOSORT);
18-
\Safe\usort( $jsonFiles, function( $a, $b ) {
18+
\Safe\usort( $jsonFiles, function( string $a, string $b ) {
1919
return \Safe\filemtime($a) - \Safe\filemtime($b);
2020
});
2121

0 commit comments

Comments
 (0)