We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5fa8f commit 1c8322bCopy full SHA for 1c8322b
components/http_foundation.rst
@@ -595,9 +595,7 @@ of Generators.
595
It expects a JSON structure with one or multiple replacers identifiers, as example
596
the `'__articles__'`. As a second argument it requires one or multiple Generators
597
which items can be converted to a JSON via ``json_encode`` method. The key of the
598
-Generators requires to be the used replacer identifiers.
599
-
600
-.. code-block:: php
+Generators requires to be the used replacer identifiers::
601
602
use Symfony\Component\HttpFoundation\StreamedJsonResponse;
603
0 commit comments