From 9bbf803a5c87e573c24a8a5c334269c30dc28de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Thu, 18 Dec 2014 00:15:53 +0100 Subject: [PATCH] BinaryFileResponse - add missing newline --- src/Symfony/Component/HttpFoundation/BinaryFileResponse.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php b/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php index fb219e5f9f..089cdc4c14 100644 --- a/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php +++ b/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php @@ -8,6 +8,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ + namespace Symfony\Component\HttpFoundation; use Symfony\Component\HttpFoundation\File\File;