Passed
Push — main ( 9b88d9...7cf5ec )
by Simon
01:25
created
src/Results/SearchResult.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
             }
288 288
         }
289 289
 
290
-        return $result->sort(['FacetCount' => 'DESC', 'Title' => 'ASC',]);
290
+        return $result->sort(['FacetCount' => 'DESC', 'Title' => 'ASC', ]);
291 291
     }
292 292
 
293 293
     /**
Please login to merge, or discard this patch.