Passed
Pull Request — developer (#16513)
by Arkadiusz
14:31
created
app/QueryGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1331,7 +1331,7 @@
 block discarded – undo
1331 1331
 			$searchParamsConditions['condition'] = $glueOrder[$key];
1332 1332
 			$searchParamsConditions['rules'] = [];
1333 1333
 			foreach ($conditions as $condition) {
1334
-				[$fieldName, , $sourceFieldName] = array_pad(explode(':', $condition[0]), 3, false);
1334
+				[$fieldName,, $sourceFieldName] = array_pad(explode(':', $condition[0]), 3, false);
1335 1335
 				if (!$sourceFieldName) {
1336 1336
 					$condition[0] = "{$fieldName}:{$this->getModule()}";
1337 1337
 				}
Please login to merge, or discard this patch.