Skip to content
Snippets Groups Projects
Unverified Commit 662c1da6 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix PHPdoc

We don't control we type of the default value
parent 217d94c0
No related branches found
No related tags found
No related merge requests found
...@@ -912,7 +912,7 @@ class Configuration implements Utils\ClearableState ...@@ -912,7 +912,7 @@ class Configuration implements Utils\ClearableState
* required if this parameter isn't given. The default value can be any value, including * required if this parameter isn't given. The default value can be any value, including
* null. * null.
* *
* @return array The option with the given name, or $default if the option isn't found and $default is specified. * @return array|mixed The option with the given name, or $default if the option isn't found and $default is specified.
*/ */
public function getArrayize($name, $default = self::REQUIRED_OPTION) public function getArrayize($name, $default = self::REQUIRED_OPTION)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment