@@ -24,14 +24,14 @@ |
||
24 | 24 | $this->translator = $translator; |
25 | 25 | } |
26 | 26 | |
27 | - /** |
|
28 | - * Used to add a select drop down in blocks config |
|
29 | - * |
|
30 | - * @param array $option_ary |
|
31 | - * @param string $selected_item |
|
32 | - * @param string $key |
|
33 | - * @return string |
|
34 | - */ |
|
27 | + /** |
|
28 | + * Used to add a select drop down in blocks config |
|
29 | + * |
|
30 | + * @param array $option_ary |
|
31 | + * @param string $selected_item |
|
32 | + * @param string $key |
|
33 | + * @return string |
|
34 | + */ |
|
35 | 35 | public function build_select($option_ary, $selected_item, $key) |
36 | 36 | { |
37 | 37 | $html = '<select id="' . $key . '" name="config[' . $key . ']">'; |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | * @param array $db_data |
105 | 105 | * @param array $users_groups |
106 | 106 | * @param int $index |
107 | - * @return string[] |
|
107 | + * @return string[] |
|
108 | 108 | */ |
109 | 109 | public function render(array $display_modes, $edit_mode, array $db_data, array $users_groups, $index) |
110 | 110 | { |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | * @param array $users_groups |
148 | 148 | * @param array $display_modes |
149 | 149 | * @param bool $edit_mode |
150 | - * @return array[] |
|
150 | + * @return array[] |
|
151 | 151 | */ |
152 | 152 | protected function show_position($position, array $blocks, array $ex_positions, array $users_groups, $display_modes, $edit_mode) |
153 | 153 | { |