Completed
Push — master ( 5fbbd7...e7cf63 )
by Danilo
03:29
created
src/Core/BaseBot.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,6 @@
 block discarded – undo
233 233
      * \brief Called every time a post get edited in the channel where the bot is in.
234 234
      * \details Override it to script the bot answer for each post edited  in a channel.
235 235
      * <code>$chat_id</code> set inside of this function.
236
-     * @param Message $post The message edited in the channel.
237 236
      */
238 237
     protected function processEditedChannelPost(Message $edited_post) {
239 238
 
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace PhpBotFramework\Core;
4 4
 
5 5
 use PhpBotFramework\Exceptions\BotException;
6
-
7 6
 use PhpBotFramework\Entities\Message;
8 7
 use PhpBotFramework\Entities\CallbackQuery;
9 8
 use PhpBotFramework\Entities\ChosenInlineResult;
Please login to merge, or discard this patch.