From e24cda47ce26e025d83ef77a9f04c683e54290b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 29 Oct 2024 17:31:59 +0100 Subject: [PATCH] fix phpstan (#31613) * fix phpstan * fix --- htdocs/core/class/stats.class.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/core/class/stats.class.php b/htdocs/core/class/stats.class.php index a372e6013a8..ecd3d4dba91 100644 --- a/htdocs/core/class/stats.class.php +++ b/htdocs/core/class/stats.class.php @@ -3,7 +3,8 @@ * Copyright (c) 2008-2013 Laurent Destailleur * Copyright (C) 2012 Regis Houssin * Copyright (C) 2012 Marcos García - * Copyright (C) 2024 MDW + * Copyright (C) 2024 MDW + * Copyright (C) 2024 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,6 +39,10 @@ abstract class Stats * @var array Dates of cache file read by methods */ protected $lastfetchdate = array(); + + /** + * @var string cachefilesuffix + */ public $cachefilesuffix = ''; // Suffix to add to name of cache file (to avoid file name conflicts) /**