Completed
Push — feature/improve-code ( a8c279...7ddb93 )
by Avtandil
03:50
created
src/Telegram.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -288,9 +288,9 @@
 block discarded – undo
288 288
     {
289 289
         if (!DB::isDbConnected()) {
290 290
             return new Entities\ServerResponse([
291
-                                                   'ok'          => false,
292
-                                                   'description' => 'getUpdates needs MySQL connection!',
293
-                                               ], $this->bot_name);
291
+                                                    'ok'          => false,
292
+                                                    'description' => 'getUpdates needs MySQL connection!',
293
+                                                ], $this->bot_name);
294 294
         }
295 295
 
296 296
         //DB Query
Please login to merge, or discard this patch.