Skip to content

Commit dbfe5ca

Browse files
committed
minor symfony#12985 [HttpFoundation] Fix return phpdoc (Koc)
This PR was merged into the 2.3 branch. Discussion ---------- [HttpFoundation] Fix return phpdoc | Q | A | ------------- | --- | Bug fix? | tiny (for IDE autocompletion) | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - What about using `self` or `static` keyword for this? Commits ------- 9af2d81 Fix return phpdoc
2 parents 5c54b69 + 9af2d81 commit dbfe5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/BinaryFileResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct($file, $status = 200, $headers = array(), $public =
6262
* @param bool $autoEtag Whether the ETag header should be automatically set
6363
* @param bool $autoLastModified Whether the Last-Modified header should be automatically set
6464
*
65-
* @return BinaryResponse The created response
65+
* @return BinaryFileResponse The created response
6666
*/
6767
public static function create($file = null, $status = 200, $headers = array(), $public = true, $contentDisposition = null, $autoEtag = false, $autoLastModified = true)
6868
{

0 commit comments

Comments
 (0)