From 67799e07b8a54d8afc55301cf921305e59251a06 Mon Sep 17 00:00:00 2001 From: Simon Gilliot Date: Mon, 11 Mar 2019 08:16:43 +0100 Subject: #413 DateTime::createFromFormat() --- lib/Config/LegacyGuzzleResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Config/LegacyGuzzleResponse.php b/lib/Config/LegacyGuzzleResponse.php index d9f6102ee..9358eba15 100644 --- a/lib/Config/LegacyGuzzleResponse.php +++ b/lib/Config/LegacyGuzzleResponse.php @@ -81,6 +81,6 @@ class LegacyGuzzleResponse implements ResponseInterface */ public function getHeader($name) { - return $this->response->getHeader($name); + return current($this->response->getHeader($name)); } } -- cgit v1.2.3