Skip to content

Commit a7751a7

Browse files
committed
Update GraphApplication.php
1 parent e99b46e commit a7751a7

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-
\Safe\usort( $jsonFiles, function( $a, $b ) {
20+
\Safe\usort( $jsonFiles, function( string $a, string $b ) {
2121
return \Safe\filemtime($a) - \Safe\filemtime($b);
2222
});
2323

0 commit comments

Comments
 (0)