Completed
Push — master ( a82caf...3dc5ab )
by Kirill
02:04
created
src/Chrl/AppBundle/Service/GameService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
 
141 141
                 $this->botApi->sendMessage(
142 142
                     $game->chatId,
143
-					json_decode('"\ud83d\udc4d"').' Correct! @'.$user->getAlias().' gets *'.
143
+                    json_decode('"\ud83d\udc4d"').' Correct! @'.$user->getAlias().' gets *'.
144 144
                     $question->price.'* and now has *'.$user->getPoints().'* points!',
145 145
                     'markdown',
146 146
                     false,
Please login to merge, or discard this patch.