@@ -99,7 +99,7 @@ |
||
| 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 | /** |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | */ |
| 42 | 42 | public function getId() |
| 43 | 43 | { |
| 44 | - return $this->id; |
|
| 44 | + return $this->id; |
|
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | /** |
@@ -34,7 +34,6 @@ |
||
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | 36 | * Get the label |
| 37 | - |
|
| 38 | 37 | * @return AbstractCustomOptionTranslation |
| 39 | 38 | */ |
| 40 | 39 | public function getLabel() |