Completed
Pull Request — master (#18)
by
unknown
06:47
created
src/CoreBot.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.