Completed
Push — master ( 30030d...cba6cd )
by
unknown
03:22
created
src/Database/LongPolling.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
         $offset = $this->getUpdateOffsetRedis();
96 96
         $this->initCommands();
97 97
 
98
-         // Process all updates received
98
+            // Process all updates received
99 99
         while (true) {
100 100
             $updates = $this->getUpdates($offset, $limit, $timeout);
101 101
 
Please login to merge, or discard this patch.
src/Database/User.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
      * @see CoreBot::sendMessage
93 93
      */
94 94
     public function broadcastMessage(string $text, string $reply_markup = null, string $parse_mode = 'HTML',
95
-                                     bool $disable_web_preview = true, bool $disable_notification = false)
95
+                                        bool $disable_web_preview = true, bool $disable_notification = false)
96 96
     {
97 97
 
98 98
         if (!isset($this->pdo)) {
Please login to merge, or discard this patch.