Passed
Pull Request — master (#148)
by
unknown
03:35
created
src/Types/Payments/Query/AnswerPreCheckoutQuery.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * @author MY
53
-     * @return true
53
+     * @return boolean
54 54
      */
55 55
     public function getOk()
56 56
     {
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 TelegramBot\Api\Types\Payments\Query;
4 4
 
5 5
 use TelegramBot\Api\BaseType;
6
-use TelegramBot\Api\Types\Payments\ArrayOfLabeledPrice;
7 6
 
8 7
 /**
9 8
  * Class AnswerPreCheckoutQuery
Please login to merge, or discard this patch.
src/BotApi.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace TelegramBot\Api;
4 4
 
5
+use TelegramBot\Api\Types\ArrayOfChatMemberEntity;
5 6
 use TelegramBot\Api\Types\ArrayOfMessages;
6 7
 use TelegramBot\Api\Types\ArrayOfUpdates;
7
-use TelegramBot\Api\Types\ArrayOfChatMemberEntity;
8 8
 use TelegramBot\Api\Types\Chat;
9 9
 use TelegramBot\Api\Types\ChatMember;
10 10
 use TelegramBot\Api\Types\File;
Please login to merge, or discard this patch.