Passed
Pull Request — main (#810)
by
unknown
03:50
created
app/Models/LinkType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
             'xmpp',
67 67
         ];
68 68
     
69
-        $sorted = $linkTypes->sortBy(function ($item) use ($custom_order) {
69
+        $sorted = $linkTypes->sortBy(function($item) use ($custom_order) {
70 70
             $index = array_search($item->typename, $custom_order);
71 71
             return $index !== false ? $index : count($custom_order);
72 72
         });
Please login to merge, or discard this patch.