Passed
Push — renovate/configure ( c923d4...2c70da )
by
unknown
20:13
created
services/tree/display.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
 		for ($i = 0, $size = sizeof($data); $i < $size; $i++)
177 177
 		{
178 178
 			$row 		= $data[$i];
179
-			$this_depth	= $parental_depth[$row[$this->column_parent_id]] + 1;
179
+			$this_depth = $parental_depth[$row[$this->column_parent_id]] + 1;
180 180
 			$repeat		= (int) abs($prev_depth - $this_depth);
181 181
 
182 182
 			$nodes[]	= array_merge(array(
Please login to merge, or discard this patch.
services/blocks/blocks.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 		$block = array();
137 137
 		if ($this->block_is_viewable($db_data, $display_modes, $users_groups, $edit_mode) && ($block_instance = $this->block_factory->get_block($service_name)) !== null)
138 138
 		{
139
-			$returned_data =  array(
139
+			$returned_data = array(
140 140
 				'title'		=> '',
141 141
 				'data'		=> null,
142 142
 				'content'	=> null,
Please login to merge, or discard this patch.