@@ -24,7 +24,6 @@ discard block |
||
24 | 24 | * @param string $method The call method get|post|put|delete|patch |
25 | 25 | * @param string $url The url to call |
26 | 26 | * @param array $payload |
27 | - |
|
28 | 27 | * @return \Bytesfield\SimpleKyc\HttpProcessor |
29 | 28 | */ |
30 | 29 | private function process($method, $url, $payload): HttpProcessor |
@@ -121,7 +120,6 @@ discard block |
||
121 | 120 | * Get ID information via images |
122 | 121 | * |
123 | 122 | * @param \Bytesfield\SimpleKyc\Classes\IdFilter |
124 | - |
|
125 | 123 | * @return array |
126 | 124 | */ |
127 | 125 | private function getWithImage(IdFilter $IdFilter): array |
@@ -24,7 +24,6 @@ |
||
24 | 24 | * @param string $method The call method get|post|put|delete|patch |
25 | 25 | * @param string $url The url to call |
26 | 26 | * @param array $payload |
27 | - |
|
28 | 27 | * @return \Bytesfield\SimpleKyc\HttpProcessor |
29 | 28 | */ |
30 | 29 | private function process($method, $url, $payload): HttpProcessor |