Completed
Push — master ( 6efc84...faad09 )
by Pavel
03:14
created
src/DataSource/DibiFluentMssqlDataSource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
 				\dibi::IDENTIFIER
130 130
 			);
131 131
 
132
-			if ($filter->isExactSearch()){
132
+			if ($filter->isExactSearch()) {
133 133
 				$this->data_source->where("$column = %s", $value);
134 134
 				continue;
135 135
 			}
Please login to merge, or discard this patch.
src/DataSource/DibiFluentDataSource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
 				\dibi::IDENTIFIER
166 166
 			);
167 167
 
168
-			if ($filter->isExactSearch()){
168
+			if ($filter->isExactSearch()) {
169 169
 				$this->data_source->where("$column = %s", $value);
170 170
 				continue;
171 171
 			}
Please login to merge, or discard this patch.