From f8b3ec7b87c8aa345b89c0e946b717749fc2f088 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 21 Aug 2018 18:57:34 +0200 Subject: [PATCH] Fix PHPCS --- htdocs/core/class/antivir.class.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/core/class/antivir.class.php b/htdocs/core/class/antivir.class.php index ad31c60e664..fe3f163189e 100644 --- a/htdocs/core/class/antivir.class.php +++ b/htdocs/core/class/antivir.class.php @@ -26,8 +26,7 @@ */ /** - * \class AntiVir - * \brief Class to scan for virus + * Class to scan for virus */ class AntiVir { @@ -36,8 +35,8 @@ class AntiVir * * @var string[] Error codes (or messages) */ - public $errors = array ();; - + public $errors = array (); + var $output; var $db;