Completed
Push — master ( 54d687...7bf2c4 )
by
unknown
02:04
created
src/Entities/InlineKeyboard.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,8 +129,8 @@
 block discarded – undo
129 129
         // If the user has already added a button in this row
130 130
         if ($this->column != 0) {
131 131
 
132
-             // Change row
133
-             $this->changeRow();
132
+                // Change row
133
+                $this->changeRow();
134 134
 
135 135
         }
136 136
 
Please login to merge, or discard this patch.
src/Core/Updates.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -462,7 +462,7 @@
 block discarded – undo
462 462
 
463 463
         // Exec getUpdates
464 464
         $this->exec_curl_request('getUpdates?' . http_build_query($parameters)
465
-                                               . '&allowed_updates=' . $updates_string);
465
+                                                . '&allowed_updates=' . $updates_string);
466 466
 
467 467
     }
468 468
 
Please login to merge, or discard this patch.