Skip to content
Snippets Groups Projects
Commit 911c0881 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fixes for lib/SimpleSAML/Module

parent b32effa9
No related branches found
No related tags found
No related merge requests found
...@@ -44,9 +44,9 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe ...@@ -44,9 +44,9 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
protected $module; protected $module;
/** @var array */ /** @var array */
protected $params; protected $params = [];
/** @var RouteCollection */ /** @var RouteCollection|null */
protected $routes; protected $routes;
...@@ -172,6 +172,7 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe ...@@ -172,6 +172,7 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
* Set the configuration to use by the controllers. * Set the configuration to use by the controllers.
* *
* @param \SimpleSAML\Configuration $config * @param \SimpleSAML\Configuration $config
* @return void
*/ */
public function setConfiguration(Configuration $config) public function setConfiguration(Configuration $config)
{ {
...@@ -184,6 +185,7 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe ...@@ -184,6 +185,7 @@ class ControllerResolver extends SymfonyControllerResolver implements ArgumentRe
* Set the session to use by the controllers. * Set the session to use by the controllers.
* *
* @param \SimpleSAML\Session $session * @param \SimpleSAML\Session $session
* @return void
*/ */
public function setSession(Session $session) public function setSession(Session $session)
{ {
......
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