Commit 613c4bfa authored by Fabien Potencier's avatar Fabien Potencier

removed obsolete comment

parent 3b1ba69b
...@@ -465,8 +465,6 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte ...@@ -465,8 +465,6 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
* @param null|string $contentDisposition The type of Content-Disposition to set automatically with the filename * @param null|string $contentDisposition The type of Content-Disposition to set automatically with the filename
* *
* @return BinaryFileResponse * @return BinaryFileResponse
*
* @throws \RuntimeException When the feature is not supported, before http-foundation v2.2
*/ */
public function sendFile($file, $status = 200, array $headers = array(), $contentDisposition = null) public function sendFile($file, $status = 200, array $headers = array(), $contentDisposition = null)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment