diff --git a/VKAPI/Handlers/Board.php b/VKAPI/Handlers/Board.php index f2f3ec76..28328586 100644 --- a/VKAPI/Handlers/Board.php +++ b/VKAPI/Handlers/Board.php @@ -248,8 +248,9 @@ final class Board extends VKAPIRequestHandler return 1; } - public function editComment(int $comment_id, int $group_id = 0, int $topic_id = 0, string $message, string $attachments) + public function editComment(string $message, string $attachments, int $comment_id, int $group_id = 0, int $topic_id = 0) { + # FIXME /* $this->requireUser(); $this->willExecuteWriteAction();