Passed
Push — main ( 85e002...e63654 )
by Greg
06:56
created
app/Http/Middleware/BadBotBlocker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -339,7 +339,7 @@
 block discarded – undo
339 339
         return Registry::cache()->file()->remember('whois-asn-' . $asn, function () use ($asn): array {
340 340
             $ranges = $this->network_service->findIpRangesForAsn($asn);
341 341
 
342
-            $mapper = static fn (string $range): RangeInterface|null => Factory::parseRangeString($range);
342
+            $mapper = static fn (string $range): RangeInterface | null => Factory::parseRangeString($range);
343 343
 
344 344
             $ranges = array_map($mapper, $ranges);
345 345
 
Please login to merge, or discard this patch.