Skip to content

Commit e08b7bb

Browse files
committed
docs: decorate variables
1 parent 4bcedb0 commit e08b7bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/incoming/request.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Class Reference
7777
:param mixed $index: Value name
7878
:param int $filter: The type of filter to apply. A list of filters can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.php>`__.
7979
:param int|array $flags: Flags to apply. A list of flags can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.flags.php>`__.
80-
:returns: $_SERVER item value if found, null if not
80+
:returns: ``$_SERVER`` item value if found, null if not
8181
:rtype: mixed
8282

8383
This method is identical to the ``post()``, ``get()`` and ``cookie()`` methods from the
@@ -95,7 +95,7 @@ Class Reference
9595
:param mixed $index: Value name
9696
:param int $filter: The type of filter to apply. A list of filters can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.php>`__.
9797
:param int|array $flags: Flags to apply. A list of flags can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.flags.php>`__.
98-
:returns: $_ENV item value if found, null if not
98+
:returns: ``$_ENV`` item value if found, null if not
9999
:rtype: mixed
100100

101101
This method is identical to the ``post()``, ``get()`` and ``cookie()`` methods from the
@@ -115,7 +115,7 @@ Class Reference
115115
:returns: HTTP request method
116116
:rtype: Request
117117

118-
Allows manually setting the value of PHP global, like $_GET, $_POST, etc.
118+
Allows manually setting the value of PHP global, like ``$_GET``, ``$_POST``, etc.
119119

120120
.. php:method:: fetchGlobal($method [, $index = null[, $filter = null[, $flags = null]]])
121121

0 commit comments

Comments
 (0)