From a8b567356543996a67aa17cc1a28e26a7b2213b7 Mon Sep 17 00:00:00 2001 From: David de Boer Date: Wed, 21 Apr 2021 14:15:53 +0200 Subject: [PATCH] Remove wrong return doc * It's superfluous, so rely on the return type instead. * This fixes Psalm InternalMethod error when clients call methods on Response, such as Response::toArray(). --- src/Bridge/Symfony/Bundle/Test/Client.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Bridge/Symfony/Bundle/Test/Client.php b/src/Bridge/Symfony/Bundle/Test/Client.php index bf6ec3df815..68071863333 100644 --- a/src/Bridge/Symfony/Bundle/Test/Client.php +++ b/src/Bridge/Symfony/Bundle/Test/Client.php @@ -83,8 +83,6 @@ public function setDefaultOptions(array $defaultOptions): void /** * {@inheritdoc} - * - * @return Response */ public function request(string $method, string $url, array $options = []): ResponseInterface {