From c9f5ae0fb41364c64f52d1bc973a139bedf25d33 Mon Sep 17 00:00:00 2001 From: Nicolas Appriou Date: Fri, 3 Feb 2023 11:14:58 +0100 Subject: [PATCH] [HttpFoundation] Apply fabbot patch --- .../HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php | 3 --- .../HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php b/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php index a4503b9a54546..7823aa78666c1 100644 --- a/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php +++ b/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php @@ -44,9 +44,6 @@ protected function failureDescription($other): string return 'the Response '.$this->toString(); } - /** - * @param mixed $other - */ protected function additionalFailureDescription($other): string { if ($this->verbose || !($other instanceof Response)) { diff --git a/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php b/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php index 08c185104581e..458517293f5a4 100644 --- a/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php +++ b/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php @@ -44,9 +44,6 @@ protected function failureDescription($response): string return 'the Response '.$this->toString(); } - /** - * @param mixed $other - */ protected function additionalFailureDescription($other): string { if ($this->verbose || !($other instanceof Response)) {