Skip to content

Commit 9af2d81

Browse files
committed
Fix return phpdoc
1 parent 206ebc7 commit 9af2d81

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)