type must not be declared
parent
558c99dd3b
commit
46a10b3d52
|
@ -20,7 +20,7 @@ namespace Dotclear\Plugin\periodical;
|
||||||
class ManageVars
|
class ManageVars
|
||||||
{
|
{
|
||||||
/** @var ManageVars $container Self instance */
|
/** @var ManageVars $container Self instance */
|
||||||
private static ManageVars $container;
|
private static $container;
|
||||||
|
|
||||||
/** @var string $action The post form action */
|
/** @var string $action The post form action */
|
||||||
public readonly string $action;
|
public readonly string $action;
|
||||||
|
|
Loading…
Reference in New Issue