From 41c974dc9ff4d4552a6d25c9e03424b86fd9206b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Feb 2023 23:13:08 +0000 Subject: [PATCH] =?UTF-8?q?Update=20code-style=20=F0=9F=92=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Sorter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sorter.php b/src/Sorter.php index 80d643f..ad3466f 100644 --- a/src/Sorter.php +++ b/src/Sorter.php @@ -35,7 +35,7 @@ protected static function orderGroups(IC $items, array $order): IC if ($items->has($key)) { $result->put($key, $items->get($key)); } - }; + } return $result; }