Skip to content

Commit 661993b

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [HttpFoundation] Remove extra space
2 parents e4f37c2 + b18d253 commit 661993b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ handling, switching to chunked encoding instead::
671671
use Symfony\Component\HttpFoundation\BinaryFileResponse;
672672
use Symfony\Component\HttpFoundation\File\Stream;
673673

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

677677
.. note::

0 commit comments

Comments
 (0)