Skip to content

docs: remove :noindex: #7360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions user_guide_src/source/incoming/incomingrequest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ The methods provided by the parent classes that are available are:
Although GET data will be preferred in case of name conflict.

.. php:method:: getCookie([$index = null[, $filter = null[, $flags = null]]])
:noindex:

:param mixed $index: COOKIE name
:param int $filter: The type of filter to apply. A list of filters can be
Expand All @@ -440,7 +439,6 @@ The methods provided by the parent classes that are available are:
your configured ``Config\Cookie::$prefix`` value.

.. php:method:: getServer([$index = null[, $filter = null[, $flags = null]]])
:noindex:

:param mixed $index: Value name
:param int $filter: The type of filter to apply. A list of filters can be
Expand Down
1 change: 0 additions & 1 deletion user_guide_src/source/libraries/email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ Class Reference
and strip the tags.

.. php:method:: setHeader($header, $value)
:noindex:

:param string $header: Header name
:param string $value: Header value
Expand Down