From 59955f06aabd28e06010ec23691a1c8223e2a41d 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 f895e0873..62eae0770 100644
--- a/modules/cron/lib/Controller/Cron.php
+++ b/modules/cron/lib/Controller/Cron.php
@@ -50,7 +50,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