@@ -329,8 +329,8 @@ |
||
| 329 | 329 | * @return RRSIG |
| 330 | 330 | */ |
| 331 | 331 | public static function RRSIG(string $typeCovered, int $algorithm, int $labels, int $originalTtl, |
| 332 | - int $signatureExpiration, int $signatureInception, int $keyTag, |
|
| 333 | - string $signersName, string $signature): RRSIG |
|
| 332 | + int $signatureExpiration, int $signatureInception, int $keyTag, |
|
| 333 | + string $signersName, string $signature): RRSIG |
|
| 334 | 334 | { |
| 335 | 335 | $rdata = new RRSIG(); |
| 336 | 336 | $rdata->setTypeCovered($typeCovered); |
@@ -366,7 +366,7 @@ |
||
| 366 | 366 | /** |
| 367 | 367 | * @param ResourceRecordIterator $iterator |
| 368 | 368 | * |
| 369 | - * @return RData\RdataInterface |
|
| 369 | + * @return Rdata\RdataInterface |
|
| 370 | 370 | * |
| 371 | 371 | * @throws ParseException |
| 372 | 372 | */ |