X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FFormOptions.php;h=a6e01cc0e879715d8003376233a81cca8c9e11b4;hb=9cbb8f104d66b9b1a5497e12cd931a3827f6b5b3;hp=53c8d3bf7cf9fd33ebabb6950df07cef4ce4194b;hpb=587d08c5a626f8195def9f82ee83e17c85824db8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FormOptions.php b/includes/FormOptions.php index 53c8d3bf7c..a6e01cc0e8 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -336,7 +336,7 @@ class FormOptions implements ArrayAccess { * available for accessing with getValue() or consumeValue() etc. * * @param WebRequest $r The request to fetch values from - * @param array $optionKeys Which options to fetch the values for (default: + * @param array|null $optionKeys Which options to fetch the values for (default: * all of them). Note that passing an empty array will also result in * values for all keys being fetched. * @throws MWException If the type of any option is invalid @@ -381,7 +381,7 @@ class FormOptions implements ArrayAccess { /** @name ArrayAccess functions * These functions implement the ArrayAccess PHP interface. - * @see https://secure.php.net/manual/en/class.arrayaccess.php + * @see https://www.php.net/manual/en/class.arrayaccess.php */ /* @{ */ /**