From c2e52fb700d3d583cb4e7e1b5371bcd433dce85d Mon Sep 17 00:00:00 2001 From: George Mponos Date: Tue, 4 Dec 2018 23:55:32 +0200 Subject: [PATCH] remove the extra comment --- src/Exception/RequestException.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Exception/RequestException.php b/src/Exception/RequestException.php index c3f2213bd..2c9730aae 100644 --- a/src/Exception/RequestException.php +++ b/src/Exception/RequestException.php @@ -118,10 +118,6 @@ public static function create( * * Will return `null` if the response is not printable. * - * If you change this function changes must also be applied to \Guzzlehttp\Psr7\get_message_body_summary - * - * @see \Guzzlehttp\Psr7\get_message_body_summary - * * @param ResponseInterface $response * * @return string|null