Skip to content

Commit b18d253

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [HttpFoundation] Remove extra space
2 parents a00d33c + 78b30bb commit b18d253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ handling, switching to chunked encoding instead::
670670
use Symfony\Component\HttpFoundation\BinaryFileResponse;
671671
use Symfony\Component\HttpFoundation\File\Stream;
672672

673-
$stream = new Stream('path/to/stream');
673+
$stream = new Stream('path/to/stream');
674674
$response = new BinaryFileResponse($stream);
675675

676676
.. note::

0 commit comments

Comments
 (0)