From ac31b79d9dd3a1312bb4d706af1eccccf9fd55a0 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 24 Sep 2018 11:58:01 +0200 Subject: [PATCH] Standardize and update code --- htdocs/core/class/antivir.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/antivir.class.php b/htdocs/core/class/antivir.class.php index d18501d54d9..c67e3f5f59d 100644 --- a/htdocs/core/class/antivir.class.php +++ b/htdocs/core/class/antivir.class.php @@ -40,7 +40,10 @@ class AntiVir */ public $errors = array(); - var $output; + /** + * @var string Used to return message + */ + public $output; /** * @var DoliDB Database handler.