@@ -152,12 +152,12 @@ |
||
152 | 152 | } |
153 | 153 | |
154 | 154 | /** |
155 | - * Creates a form to edit a Page entity. |
|
156 | - * |
|
157 | - * @param Page $entity The entity |
|
158 | - * |
|
159 | - * @return \Symfony\Component\Form\Form The form |
|
160 | - */ |
|
155 | + * Creates a form to edit a Page entity. |
|
156 | + * |
|
157 | + * @param Page $entity The entity |
|
158 | + * |
|
159 | + * @return \Symfony\Component\Form\Form The form |
|
160 | + */ |
|
161 | 161 | private function createEditForm(Page $entity) |
162 | 162 | { |
163 | 163 | $form = $this->createForm(new PageType(), $entity, array( |
@@ -152,12 +152,12 @@ |
||
152 | 152 | } |
153 | 153 | |
154 | 154 | /** |
155 | - * Creates a form to edit a Category entity. |
|
156 | - * |
|
157 | - * @param Category $entity The entity |
|
158 | - * |
|
159 | - * @return \Symfony\Component\Form\Form The form |
|
160 | - */ |
|
155 | + * Creates a form to edit a Category entity. |
|
156 | + * |
|
157 | + * @param Category $entity The entity |
|
158 | + * |
|
159 | + * @return \Symfony\Component\Form\Form The form |
|
160 | + */ |
|
161 | 161 | private function createEditForm(Category $entity) |
162 | 162 | { |
163 | 163 | $form = $this->createForm(new CategoryType(), $entity, array( |
@@ -152,12 +152,12 @@ |
||
152 | 152 | } |
153 | 153 | |
154 | 154 | /** |
155 | - * Creates a form to edit a CustomUser entity. |
|
156 | - * |
|
157 | - * @param CustomUser $entity The entity |
|
158 | - * |
|
159 | - * @return \Symfony\Component\Form\Form The form |
|
160 | - */ |
|
155 | + * Creates a form to edit a CustomUser entity. |
|
156 | + * |
|
157 | + * @param CustomUser $entity The entity |
|
158 | + * |
|
159 | + * @return \Symfony\Component\Form\Form The form |
|
160 | + */ |
|
161 | 161 | private function createEditForm(CustomUser $entity) |
162 | 162 | { |
163 | 163 | $form = $this->createForm(new CustomUserType(), $entity, array( |