Passed
Push — develop ( b3eda6...9f2d35 )
by Daniel
03:59 queued 40s
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/members.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
 		$sql_ary['WHERE'] .= ' AND u.user_lastvisit <> 0 AND u.user_id <> ' . (int) $this->user->data['user_id'];
168 168
 		$sql_ary['ORDER_BY'] = 'u.user_lastvisit DESC';
169 169
 
170
-        $this->sql_date_field = 'user_lastvisit';
170
+		$this->sql_date_field = 'user_lastvisit';
171 171
 	}
172 172
 
173 173
 	/**
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.