From 8b8ba10ae2e9a354d1471a1effacfc6258a2b7e9 Mon Sep 17 00:00:00 2001 From: Marc de Lima Lucio <68746600+marc-dll@users.noreply.github.com> Date: Tue, 14 Feb 2023 09:35:06 +0100 Subject: [PATCH] FIX: php 8 warnings: adapt to v17 --- htdocs/core/class/commondocgenerator.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php index 7e07d7427bc..1b59d44bdde 100644 --- a/htdocs/core/class/commondocgenerator.class.php +++ b/htdocs/core/class/commondocgenerator.class.php @@ -40,11 +40,6 @@ abstract class CommonDocGenerator */ public $name = ''; - /** - * @var string Name of constant that is used to save list of directories to scan - */ - public $scandir = ''; - /** * @var string Error code (or message) */