Skip to content
Snippets Groups Projects
Commit bb07d977 authored by Tim van Dijen's avatar Tim van Dijen
Browse files
parent 8782a96b
Branches
Tags
No related merge requests found
...@@ -912,7 +912,8 @@ class Configuration implements Utils\ClearableState ...@@ -912,7 +912,8 @@ 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|mixed 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)
{ {
......
...@@ -73,7 +73,6 @@ class RedirectionController ...@@ -73,7 +73,6 @@ class RedirectionController
if (empty($sessionId) || empty($postId)) { if (empty($sessionId) || empty($postId)) {
throw new Error\BadRequest('Invalid session info data.'); throw new Error\BadRequest('Invalid session info data.');
} }
} else { } else {
throw new Error\BadRequest('Missing redirection info parameter.'); throw new Error\BadRequest('Missing redirection info parameter.');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment