@@ -15,6 +15,9 @@ |
||
15 | 15 | $this->addLabelsSection($builder, $options); |
16 | 16 | } |
17 | 17 | |
18 | + /** |
|
19 | + * @param FormBuilderInterface $builder |
|
20 | + */ |
|
18 | 21 | private function addLabelsSection($builder, array $options) |
19 | 22 | { |
20 | 23 | $builder |
@@ -71,28 +71,28 @@ |
||
71 | 71 | return array(); |
72 | 72 | } |
73 | 73 | |
74 | - /** |
|
75 | - * @Route("/bootstrap/images") |
|
76 | - * @Template() |
|
77 | - */ |
|
74 | + /** |
|
75 | + * @Route("/bootstrap/images") |
|
76 | + * @Template() |
|
77 | + */ |
|
78 | 78 | public function imagesAction() |
79 | 79 | { |
80 | 80 | return array(); |
81 | 81 | } |
82 | 82 | |
83 | - /** |
|
84 | - * @Route("/bootstrap/helper-classes") |
|
85 | - * @Template() |
|
86 | - */ |
|
83 | + /** |
|
84 | + * @Route("/bootstrap/helper-classes") |
|
85 | + * @Template() |
|
86 | + */ |
|
87 | 87 | public function helperClassesAction() |
88 | 88 | { |
89 | 89 | return array(); |
90 | 90 | } |
91 | 91 | |
92 | - /** |
|
93 | - * @Route("/bootstrap/responsive-utilities") |
|
94 | - * @Template() |
|
95 | - */ |
|
92 | + /** |
|
93 | + * @Route("/bootstrap/responsive-utilities") |
|
94 | + * @Template() |
|
95 | + */ |
|
96 | 96 | public function responsiveUtilitiesAction() |
97 | 97 | { |
98 | 98 | return array(); |