Skip to content

Commit d09b7b3

Browse files
adamjosefusdg
authored andcommitted
Better sorting for human eyes
1 parent 95494da commit d09b7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/DITracy/ContainerPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function getPanel(): string
6666
}
6767
}
6868
$types = $this->getContainerProperty('types') + $types;
69-
ksort($types);
69+
ksort($types, SORT_NATURAL);
7070
foreach ($this->getContainerProperty('tags') as $tag => $tmp) {
7171
foreach ($tmp as $service => $val) {
7272
$tags[$service][$tag] = $val;

0 commit comments

Comments
 (0)