Passed
Branch develop (eab57f)
by Stone
15:30 queued 09:17
created
src/History/TrickHistory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         return $logs;
29 29
     }
30 30
 
31
-    public function revertToHistory($id, $historyId){
31
+    public function revertToHistory($id, $historyId) {
32 32
         $trick = $this->em->find('App\Entity\Trick', $id);
33 33
         $this->repo->revert($trick, $historyId);
34 34
         $this->em->persist($trick);
Please login to merge, or discard this patch.