forked from Wavyzz/dolibarr
Qual: Fix annotation
# Qual: Fix annotation The typing hint was incorrect, corrected.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user