From 4738e3e2e3d9dfa9272cfa78ef5102e14fdefedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Wed, 10 Oct 2018 14:50:11 +0200 Subject: [PATCH] Add missing phpdoc. --- modules/core/lib/Controller.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/core/lib/Controller.php b/modules/core/lib/Controller.php index afdd0b5d3..ab43c003b 100644 --- a/modules/core/lib/Controller.php +++ b/modules/core/lib/Controller.php @@ -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(); -- GitLab