Completed
Pull Request — master (#26)
by Daniel
10:35 queued 08:50
created
services/blocks/cfg_fields.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -24,14 +24,14 @@
 block discarded – undo
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 . ']">';
Please login to merge, or discard this patch.
services/blocks/blocks.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.