Completed
Push — master ( 34916a...e20ad5 )
by Kirill
02:25
created
src/Chrl/AppBundle/Service/GameService.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,8 +138,8 @@
 block discarded – undo
138 138
 
139 139
                 $this->em->persist($pl);
140 140
 
141
-				$seconds = new \Datetime('now');
142
-				$seconds = $seconds->getTimestamp() - $game->lastQuestionTime->getTimestamp();
141
+                $seconds = new \Datetime('now');
142
+                $seconds = $seconds->getTimestamp() - $game->lastQuestionTime->getTimestamp();
143 143
 
144 144
                 $this->botApi->sendMessage(
145 145
                     $game->chatId,
Please login to merge, or discard this patch.