Fix return phpdoc

This commit is contained in:
Konstantin.Myakshin 2014-12-15 14:01:09 +02:00
parent 206ebc7844
commit 9af2d8113e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class BinaryFileResponse extends Response
* @param bool $autoEtag Whether the ETag header should be automatically set
* @param bool $autoLastModified Whether the Last-Modified header should be automatically set
*
* @return BinaryResponse The created response
* @return BinaryFileResponse The created response
*/
public static function create($file = null, $status = 200, $headers = array(), $public = true, $contentDisposition = null, $autoEtag = false, $autoLastModified = true)
{