File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ arrays, pass in ``true`` as the first parameter.
113113The second and third parameters match up to the ``depth `` and ``options `` arguments of the
114114`json_decode <https://www.php.net/manual/en/function.json-decode.php >`_ PHP function.
115115
116- If the incoming request has a ``CONTENT_TYPE `` header set to " application/json" , you can also use ``getVar() `` to get
116+ If the incoming request has a ``CONTENT_TYPE `` header set to `` application/json `` , you can also use ``getVar() `` to get
117117the JSON stream. Using ``getVar() `` in this way will always return an object.
118118
119119Getting Specific Data from JSON
@@ -135,7 +135,7 @@ correct ``CONTENT_TYPE`` header.
135135Retrieving Raw Data (PUT, PATCH, DELETE)
136136========================================
137137
138- Finally, you can grab the contents of php://input as a raw stream with ``getRawInput() ``:
138+ Finally, you can grab the contents of `` php://input `` as a raw stream with ``getRawInput() ``:
139139
140140.. literalinclude :: incomingrequest/012.php
141141
You can’t perform that action at this time.
0 commit comments