Completed
Push — master ( 428a5f...2ac2ad )
by personal
31s queued 12s
created
src/Hal/Application/Config/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         }
49 49
         $groupsRaw = $config->get('groups');
50 50
 
51
-        $groups = array_map(static function (array $groupRaw) {
51
+        $groups = array_map(static function(array $groupRaw) {
52 52
             return new Group($groupRaw['name'], $groupRaw['match']);
53 53
         }, $groupsRaw);
54 54
         $config->set('groups', $groups);
Please login to merge, or discard this patch.