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 0cd8759

Browse filesBrowse files
committed
minor #24618 content can be a resource (DQNEO)
This PR was merged into the 2.7 branch. Discussion ---------- content can be a resource | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes (bug in a comment) | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- c63742d content can be a resource
2 parents 8ca490b + c63742d commit 0cd8759
Copy full SHA for 0cd8759

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Request.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class Request
130130
public $headers;
131131

132132
/**
133-
* @var string
133+
* @var string|resource
134134
*/
135135
protected $content;
136136

0 commit comments

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