Passed
Push — master ( 48a0b5...440bac )
by Jeff
03:05 queued 11s
created
src/Service/DKIM/DNSResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
         $result = \array_filter(
29 29
             $result,
30
-            static fn (array $row) => $row['host'] === $address
30
+            static fn(array $row) => $row['host'] === $address
31 31
         );
32 32
 
33 33
         if (0 === \count($result)) {
Please login to merge, or discard this patch.