Skip to content

Commit

Permalink
Merge pull request #5547 from kenjis/fix-docs-cookie_helper.rst
Browse files Browse the repository at this point in the history
docs: fix variable name in get_cookie()
  • Loading branch information
paulbalandan authored Jan 6, 2022
2 parents 796acc8 + 58e288e commit 5af1918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/helpers/cookie_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following functions are available:
.. php:function:: get_cookie($index[, $xssClean = false])
:param string $index: Cookie name
:param bool $xss_clean: Whether to apply XSS filtering to the returned value
:param bool $xssClean: Whether to apply XSS filtering to the returned value
:returns: The cookie value or null if not found
:rtype: mixed

Expand Down

0 comments on commit 5af1918

Please sign in to comment.