Completed
Push — master ( 16129c...d528e9 )
by Danilo
05:45
created
src/Commands/CommandHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     }
87 87
 
88 88
     /**
89
-        * \brief (<i>Internal</i>) Sort an array based on <code>prior</code> index value.
89
+     * \brief (<i>Internal</i>) Sort an array based on <code>prior</code> index value.
90 90
      * @param array $a First array.
91 91
      * @param array $b Second array.
92 92
      * @return int 1 If $a > $b, -1 if $a < $b, 0 otherwise.
Please login to merge, or discard this patch.
src/Entities/InlineKeyboard.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,8 +138,8 @@
 block discarded – undo
138 138
     {
139 139
         // If the user has already added a button in this row
140 140
         if ($this->column != 0) {
141
-             // Change row
142
-             $this->changeRow();
141
+                // Change row
142
+                $this->changeRow();
143 143
         }
144 144
 
145 145
         // Add buttons to the next row
Please login to merge, or discard this patch.