Skip to content

Commit d97b04b

Browse files
authored
Merge pull request #7360 from kenjis/fix-docs-rm-noindex
docs: remove `:noindex:`
2 parents 2be50cc + 06149c2 commit d97b04b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

user_guide_src/source/incoming/incomingrequest.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ The methods provided by the parent classes that are available are:
417417
Although GET data will be preferred in case of name conflict.
418418

419419
.. php:method:: getCookie([$index = null[, $filter = null[, $flags = null]]])
420-
:noindex:
421420
422421
:param mixed $index: COOKIE name
423422
:param int $filter: The type of filter to apply. A list of filters can be
@@ -440,7 +439,6 @@ The methods provided by the parent classes that are available are:
440439
your configured ``Config\Cookie::$prefix`` value.
441440

442441
.. php:method:: getServer([$index = null[, $filter = null[, $flags = null]]])
443-
:noindex:
444442
445443
:param mixed $index: Value name
446444
:param int $filter: The type of filter to apply. A list of filters can be

user_guide_src/source/libraries/email.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ Class Reference
269269
and strip the tags.
270270

271271
.. php:method:: setHeader($header, $value)
272-
:noindex:
273272
274273
:param string $header: Header name
275274
:param string $value: Header value

0 commit comments

Comments
 (0)