Skip to content

Commit

Permalink
[HttpFoundation] Apply fabbot patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Appriou committed Feb 3, 2023
1 parent 54c1bbb commit c9f5ae0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Expand Up @@ -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)) {
Expand Down
Expand Up @@ -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)) {
Expand Down

0 comments on commit c9f5ae0

Please sign in to comment.