From 5655eb387cccaa9ab61ef6009c27ed5d9de6b82f Mon Sep 17 00:00:00 2001 From: MDW Date: Wed, 31 Jan 2024 00:41:06 +0100 Subject: [PATCH] Qual: Fix annotation # Qual: Fix annotation The typing hint was incorrect, corrected. --- htdocs/core/class/utils.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/utils.class.php b/htdocs/core/class/utils.class.php index 3a1e6e34a96..42880621de5 100644 --- a/htdocs/core/class/utils.class.php +++ b/htdocs/core/class/utils.class.php @@ -52,7 +52,7 @@ class Utils public $output; /** - * @var array{'commandbackuplastdone': string, 'commandbackuptorun': string} Used by Cron method to return data + * @var array{commandbackuplastdone:string,commandbackuptorun:string} Used by Cron method to return data */ public $result;