From ef16c3eb1cae8b58b1e9249be8764a0dd80720e6 Mon Sep 17 00:00:00 2001
From: Thibault Dockx <thibault.dockx@fusiondirectory.org>
Date: Mon, 1 Apr 2024 15:06:46 +0100
Subject: [PATCH] :ambulance: Fixes phpstan

Fixes for phpstan
---
 plugins/configuration/tasks/class_tasks.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/configuration/tasks/class_tasks.inc b/plugins/configuration/tasks/class_tasks.inc
index 63a3f2987..49f510bad 100644
--- a/plugins/configuration/tasks/class_tasks.inc
+++ b/plugins/configuration/tasks/class_tasks.inc
@@ -122,7 +122,7 @@ class tasks extends simplePlugin
    * @param array $listOfDN
    * @param string $attributeType
    * @param array|NULL $attrs
-   * @param $taskType
+   * @param string $taskType
    * @return void
    * Note : $taskType is present to define the object name related to life cycle (core) and any new plugins added to tasks.
    */
-- 
GitLab