Completed
Branch 1.5 (08af83)
by Romain
26:58 queued 02:03
created
Action/AbstractFormAction.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
      */
100 100
     protected function saveForm(Request $request, FormInterface $form)
101 101
     {
102
-       $this->getManager()->save($form->getData(), $this->options['save_options']);
102
+        $this->getManager()->save($form->getData(), $this->options['save_options']);
103 103
     }
104 104
 
105 105
     /**
Please login to merge, or discard this patch.
Entity/AbstractCustomEntity.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function getId()
43 43
     {
44
-       return $this->id;
44
+        return $this->id;
45 45
     }
46 46
 
47 47
     /**
Please login to merge, or discard this patch.
Entity/AbstractCustomOptionTranslation.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 
35 35
     /**
36 36
      * Get the label
37
-
38 37
      * @return AbstractCustomOptionTranslation
39 38
      */
40 39
     public function getLabel()
Please login to merge, or discard this patch.