Completed
Push — master ( 8cfeb9...1b1a3a )
by Danilo
02:16
created
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.