Skip to content

Commit f4620bd

Browse files
committed
docs: add () after method names
For consistency.
1 parent da0bddf commit f4620bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/outgoing/response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ as the second parameter of the ``setStatusCode()`` method:
3333
.. literalinclude:: response/002.php
3434

3535
You can set format an array into either JSON or XML and set the content type header to the appropriate mime with the
36-
``setJSON`` and ``setXML`` methods. Typically, you will send an array of data to be converted:
36+
``setJSON()`` and ``setXML()`` methods. Typically, you will send an array of data to be converted:
3737

3838
.. literalinclude:: response/003.php
3939

0 commit comments

Comments
 (0)