Completed
Pull Request — master (#3)
by Jeff
03:20
created
src/Service/DKIM/DNSResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $result = @dns_get_record($address, \DNS_TXT);
27 27
         $result = \array_filter(
28 28
             $result,
29
-            static function (array $row) use ($address) {
29
+            static function(array $row) use ($address) {
30 30
                 return $row['host'] === $address;
31 31
             }
32 32
         );
Please login to merge, or discard this patch.