Passed
Push — develop ( 8371bd...50519d )
by Stone
03:59
created
src/History/TrickHistory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * @param $historyId
39 39
      * Revert a trick to a history checkpoint.
40 40
      */
41
-    public function revertToHistory($id, $historyId){
41
+    public function revertToHistory($id, $historyId) {
42 42
         $trick = $this->em->find('App\Entity\Trick', $id);
43 43
         $this->repo->revert($trick, $historyId);
44 44
         $this->em->persist($trick);
Please login to merge, or discard this patch.