Skip to content
Snippets Groups Projects
Unverified Commit 4738e3e2 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Add missing phpdoc.

parent 0360baf1
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,13 @@ class Controller
protected $sources;
/**
* Controller constructor.
*
* It initializes the global configuration and auth source configuration for the controllers implemented here.
*
* @throws \Exception
*/
public function __construct()
{
$this->config = \SimpleSAML\Configuration::getInstance();
......
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