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 732e9a6

Browse filesBrowse files
committed
minor #43691 [HttpFoundation] Since 5.0, throws \UnexpectedValueException has been removed. (siganushka)
This PR was merged into the 5.4 branch. Discussion ---------- [HttpFoundation] Since 5.0, throws \UnexpectedValueException has been removed. | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no | Deprecations? | yes Since 5.0, `Response::setContent` throws `\UnexpectedValueException` has been removed. Commits ------- f38f8c9 Since 5.0, throws \UnexpectedValueException has been removed.
2 parents 0dc7fa1 + f38f8c9 commit 732e9a6
Copy full SHA for 732e9a6

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

‎src/Symfony/Component/HttpFoundation/Response.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Response.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,6 @@ public function send()
408408
* Sets the response content.
409409
*
410410
* @return $this
411-
*
412-
* @throws \UnexpectedValueException
413411
*/
414412
public function setContent(?string $content)
415413
{

0 commit comments

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