Skip to content

Commit

Permalink
Weird cs-fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 24, 2023
1 parent e6fc4a4 commit 317a547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);

}
}
/**
Expand Down

0 comments on commit 317a547

Please sign in to comment.