Completed
Pull Request — master (#182)
by
unknown
12:53
created
src/Commands/Command.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -155,6 +155,7 @@
 block discarded – undo
155 155
 
156 156
     /**
157 157
      * {@inheritdoc}
158
+     * @param string $arguments
158 159
      */
159 160
     abstract public function handle($arguments);
160 161
 }
Please login to merge, or discard this patch.
src/Events/UpdateWasReceived.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
      * UpdateWasReceived constructor.
24 24
      *
25 25
      * @param Update $update
26
-     * @param Api    $telegram
27 26
      */
28 27
     public function __construct(Update $update, Bot $bot)
29 28
     {
Please login to merge, or discard this patch.