From eee431df3975266f866268bc704135ce5c4d508f Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Sat, 1 Aug 2020 16:59:20 +0200 Subject: [PATCH] Remove extraneous phpdoc --- modules/cron/lib/Controller/Cron.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/cron/lib/Controller/Cron.php b/modules/cron/lib/Controller/Cron.php index b1402d209..bca3b3b3b 100644 --- a/modules/cron/lib/Controller/Cron.php +++ b/modules/cron/lib/Controller/Cron.php @@ -42,7 +42,6 @@ class Cron * It initializes the global configuration and auth source configuration for the controllers implemented here. * * @param \SimpleSAML\Configuration $config The configuration to use by the controllers. - * @param \SimpleSAML\Configuration $moduleConfig The module-configuration to use by the controllers. * @param \SimpleSAML\Session $session The session to use by the controllers. * * @throws \Exception -- GitLab