Completed
Push — master ( 897034...61899b )
by Vladimir
06:03
created
src/Controller/UIController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
         $selectedChecks = $this->runnerManager->findChecks($filterChecks, $filterGroups, $filterTags);
46 46
 
47
-        uasort($checks, static function (CheckInterface $a, CheckInterface $b) {
47
+        uasort($checks, static function(CheckInterface $a, CheckInterface $b) {
48 48
             return ($a->getGroup() === $b->getGroup()) ? 0 : ($a->getGroup() < $b->getGroup() ? -1 : 1);
49 49
         });
50 50
 
Please login to merge, or discard this patch.