Skip to content

Commit f8ac6aa

Browse files
committed
cleanup
1 parent dcb513a commit f8ac6aa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Client.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,6 @@ private function getResponseContentType(): ?string
237237
return $this->getInfo(CURLINFO_CONTENT_TYPE);
238238
}
239239

240-
/**
241-
* Get a response total time.
242-
*/
243-
private function getResponseTotalTime(): ?int
244-
{
245-
return $this->getInfo(CURLINFO_TOTAL_TIME);
246-
}
247-
248240
/**
249241
* Get a response code.
250242
*/

0 commit comments

Comments
 (0)