Skip to content

Commit 59e0645

Browse files
committed
updated throws
1 parent f9f82d3 commit 59e0645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PurplePixie/PhpDns/DNSQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ private function readRecord(): array
383383

384384
/**
385385
* @return DNSAnswer|false
386-
* @throws Exceptions\InvalidQueryTypeName|Exceptions\ConnectionFailure
386+
* @throws Exceptions\InvalidQueryTypeName|Exceptions\ConnectionFailure|Exceptions\InvalidResponse
387387
*/
388388
public function query(string $question, string $typeName = DNSTypes::NAME_A)
389389
{

0 commit comments

Comments
 (0)