type must not be declared

master
Jean-Christian Paul Denis 2023-04-23 00:39:39 +02:00
parent 558c99dd3b
commit 46a10b3d52
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -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;