Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b4a584

Browse filesBrowse files
Nicolas AppriouNicals
Nicolas Appriou
authored andcommitted
[HttpFoundation] Apply fabbot patch
1 parent afe1c7d commit 0b4a584
Copy full SHA for 0b4a584

File tree

2 files changed

+0
-6
lines changed
Filter options

2 files changed

+0
-6
lines changed

‎src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ protected function failureDescription($other): string
4444
return 'the Response '.$this->toString();
4545
}
4646

47-
/**
48-
* @param mixed $other
49-
*/
5047
protected function additionalFailureDescription($other): string
5148
{
5249
if ($this->verbose || !($other instanceof Response)) {

‎src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ protected function failureDescription($response): string
4444
return 'the Response '.$this->toString();
4545
}
4646

47-
/**
48-
* @param mixed $other
49-
*/
5047
protected function additionalFailureDescription($other): string
5148
{
5249
if ($this->verbose || !($other instanceof Response)) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.