From 46a10b3d52fc6be301e9fd6cec7f14eec3dad982 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 23 Apr 2023 00:39:39 +0200 Subject: [PATCH] type must not be declared --- src/ManageVars.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ManageVars.php b/src/ManageVars.php index fb53860..183e960 100644 --- a/src/ManageVars.php +++ b/src/ManageVars.php @@ -20,7 +20,7 @@ namespace Dotclear\Plugin\periodical; class ManageVars { /** @var ManageVars $container Self instance */ - private static ManageVars $container; + private static $container; /** @var string $action The post form action */ public readonly string $action;