Passed
Pull Request — master (#5)
by Rafal
04:19
created
src/GameBetting/Communication/Controller/UserBetting.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
         $userBetting->setFirstTeamResult($params['firstTeamResult']);
142 142
         $userBetting->setSecondTeamResult($params['secondTeamResult']);
143 143
 
144
-        if($userBetting->getGame()->getDate()->getTimestamp() < time() ) {
144
+        if ($userBetting->getGame()->getDate()->getTimestamp() < time()) {
145 145
             return $this->json(['status' => false]);
146 146
         }
147 147
 
Please login to merge, or discard this patch.