@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | public function filteredByType(DNSRecordType $type): self |
32 | 32 | { |
33 | - return new self(...array_filter($this->records->getArrayCopy(), function (DNSRecord $record) use ($type) { |
|
33 | + return new self(...array_filter($this->records->getArrayCopy(), function(DNSRecord $record) use ($type) { |
|
34 | 34 | return $record->getType()->equals($type); |
35 | 35 | })); |
36 | 36 | } |