Completed
Push — master ( 476e09...f960a5 )
by Pavel
10s
created
src/DataSource/DibiFluentDataSource.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
 		$value_from = $conditions[$filter->getColumn()]['from'];
138 138
 		$value_to   = $conditions[$filter->getColumn()]['to'];
139 139
 
140
-        if ($value_from || $value_from != '') {
140
+		if ($value_from || $value_from != '') {
141 141
 			$this->data_source->where('%n >= ?', $filter->getColumn(), $value_from);
142 142
 		}
143 143
 
Please login to merge, or discard this patch.