Passed
Push — master ( 8a2369...384d23 )
by Tom
02:08
created
maphper/datasource/database.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 		else $limit = '';
115 115
 
116 116
 		$query = $this->selectBuilder->createSql($fields, $mode);
117
-        $query['sql'] = array_filter($query['sql']);
117
+		$query['sql'] = array_filter($query['sql']);
118 118
 		$this->adapter->query($this->crudBuilder->delete($this->table, $query['sql'], $query['args'], $limit));
119 119
 		$this->addIndex(array_keys($query['args']));
120 120
 
Please login to merge, or discard this patch.