@@ -199,7 +199,7 @@ |
||
199 | 199 | * @return NaptrRecord |
200 | 200 | */ |
201 | 201 | public function appendNaptrRecord(int $order, int $preference, string $flags, string $services, |
202 | - string $regexp, string $replacement, ?int $ttl = NULL) : NaptrRecord |
|
202 | + string $regexp, string $replacement, ?int $ttl = NULL) : NaptrRecord |
|
203 | 203 | { |
204 | 204 | return new NaptrRecord($this->node, $ttl ?? $this->defaultTtl, |
205 | 205 | $order, $preference, $flags, $services, $regexp, $replacement); |