Completed
Pull Request — master (#7324)
by Blizzz
16:15
created
core/Controller/AutoCompleteController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 		unset($results['exact']);
74 74
 		$results = array_merge_recursive($exactMatches, $results);
75 75
 
76
-		if($sorter !== null) {
76
+		if ($sorter !== null) {
77 77
 			$sorters = array_reverse(explode('|', $sorter));
78 78
 			$this->autoCompleteManager->runSorters($sorters, $results, [
79 79
 				'itemType' => $itemType,
Please login to merge, or discard this patch.