Test Setup Failed
Push — developer ( 3912ea...1e8513 )
by Radosław
35:47 queued 17:06
created
app/QueryGenerator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1003,8 +1003,8 @@
 block discarded – undo
1003 1003
 		}
1004 1004
 		if ($this->searchFieldsForDuplicates) {
1005 1005
 			$duplicateCheckClause = [];
1006
-            $queryGenerator = new self($this->moduleName, $this->user->getId());
1007
-            $queryGenerator->setStateCondition($this->getState());
1006
+			$queryGenerator = new self($this->moduleName, $this->user->getId());
1007
+			$queryGenerator->setStateCondition($this->getState());
1008 1008
 			$queryGenerator->permissions = $this->permissions;
1009 1009
 			$queryGenerator->setFields(array_keys($this->searchFieldsForDuplicates));
1010 1010
 			foreach ($this->searchFieldsForDuplicates as $fieldName => $ignoreEmptyValue) {
Please login to merge, or discard this patch.