Completed
Push — main ( ed9382...1be441 )
by Andreas
14s queued 13s
created
src/IteratorItem/DateFollowUp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 			];
85 85
 		}
86 86
 
87
-		return array_map(function (string $day) use ($daymap) {
87
+		return array_map(function(string $day) use ($daymap) {
88 88
 			if (!isset($daymap[$day])) {
89 89
 				return null;
90 90
 			}
Please login to merge, or discard this patch.