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