Completed
Push — master ( e7cf63...507e89 )
by Danilo
03:27 queued 23s
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/Database/LongPolling.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
         $this->initCommands();
77 77
 
78
-         // Process all updates received
78
+            // Process all updates received
79 79
         while (true) {
80 80
 
81 81
             $updates = $this->getUpdates($offset, $limit, $timeout);
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
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
         // Exec getUpdates
84 84
         $this->execRequest('getUpdates?' . http_build_query($parameters)
85
-                                               . '&allowed_updates=' . json_encode($allowed_updates));
85
+                                                . '&allowed_updates=' . json_encode($allowed_updates));
86 86
 
87 87
     }
88 88
 
Please login to merge, or discard this patch.