We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f82d3 commit 59e0645Copy full SHA for 59e0645
1 file changed
src/PurplePixie/PhpDns/DNSQuery.php
@@ -383,7 +383,7 @@ private function readRecord(): array
383
384
/**
385
* @return DNSAnswer|false
386
- * @throws Exceptions\InvalidQueryTypeName|Exceptions\ConnectionFailure
+ * @throws Exceptions\InvalidQueryTypeName|Exceptions\ConnectionFailure|Exceptions\InvalidResponse
387
*/
388
public function query(string $question, string $typeName = DNSTypes::NAME_A)
389
{
0 commit comments