Completed
Push — feature/improve-code ( 7d6b6d...e986a1 )
by Avtandil
15:08
created
src/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
                 'first_name' => 'botname',
154 154
                 'username'   => 'namebot',
155 155
             ];
156
-            $data['chat']       = ['id' => $data['chat_id']];
156
+            $data['chat'] = ['id' => $data['chat_id']];
157 157
 
158 158
             $fake_response['result'] = $data;
159 159
         }
Please login to merge, or discard this patch.