Skip to content

Commit 0cd8759

Browse files
committed
minor symfony#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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines 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)