We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca347f commit edb3662Copy full SHA for edb3662
src/Exceptions/RdapResponseException.php
@@ -1,10 +1,13 @@
1
<?php
2
-
3
declare(strict_types=1);
4
5
namespace ArrayAccess\RdapClient\Exceptions;
6
7
use RuntimeException;
+use function array_filter;
8
+use function implode;
9
+use function is_array;
10
+use function is_string;
11
12
/**
13
* Thrown when the remote RDAP server returns an error response payload.
@@ -82,4 +85,3 @@ public function getResponse(): array
82
85
return $this->response;
83
86
}
84
87
0 commit comments