Completed
Push — master ( 5edef7...e95395 )
by Mattias
02:05
created
src/Bot.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
   private $client;
17 17
 
18 18
   /**
19
-   * @param APIClient $client
19
+   * @param APIPollClient $client
20 20
    */
21 21
   public function __construct(APIPollClient $client)
22 22
   {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
   /**
73 73
    * @param APIMessage $message
74
-   * @return function
74
+   * @return \Closure
75 75
    */
76 76
   public function getResponder(APIMessage $message)
77 77
   {
Please login to merge, or discard this patch.
spec/BotFactorySpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use TelegramBot\BotInterface;
6 6
 use TelegramBot\BotFactory;
7 7
 use PhpSpec\ObjectBehavior;
8
-use Prophecy\Argument;
9 8
 
10 9
 class BotFactorySpec extends ObjectBehavior
11 10
 {
Please login to merge, or discard this patch.
spec/BotSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use TelegramBot\Bot;
6 6
 use TelegramBot\APIPollClient;
7 7
 use PhpSpec\ObjectBehavior;
8
-use Prophecy\Argument;
9 8
 
10 9
 class BotSpec extends ObjectBehavior
11 10
 {
Please login to merge, or discard this patch.
spec/ReactRunnerSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace spec\TelegramBot;
4 4
 
5
-use TelegramBot\BotInterface;
6 5
 use TelegramBot\ReactRunner;
7 6
 use PhpSpec\ObjectBehavior;
8
-use Prophecy\Argument;
9 7
 
10 8
 class ReactRunnerSpec extends ObjectBehavior
11 9
 {
Please login to merge, or discard this patch.