Skip to content

Commit

Permalink
Sort error identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 22, 2023
1 parent acbc887 commit b70f736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions identifier-extractor/merge.php
Expand Up @@ -50,4 +50,9 @@

ksort($dataByIdentifier);

foreach ($dataByIdentifier as $identifier => $rows) {
ksort($rows);
$dataByIdentifier[$identifier] = $rows;
}

echo Json::encode($dataByIdentifier, true);

0 comments on commit b70f736

Please sign in to comment.