From 317a5474a6031a21d0dfdda0f093d199eac513d0 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 24 Oct 2023 18:15:22 +0200 Subject: [PATCH] Weird cs-fix issue --- src/Connection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Connection.php b/src/Connection.php index 93bc7ee2f7..1f8b87335d 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -530,7 +530,6 @@ private function methodAbstractions(string &$method, array &$arguments): void 'top_msg_id' => $arguments['top_msg_id'] ?? null ]; unset($arguments['reply_to_msg_id'], $arguments['top_msg_id']); - } } /**