diff --git a/src/Application/UI/Presenter.php b/src/Application/UI/Presenter.php index 952b87e66..6ae2e74f9 100644 --- a/src/Application/UI/Presenter.php +++ b/src/Application/UI/Presenter.php @@ -75,7 +75,7 @@ abstract class Presenter extends Control implements Application\IPresenter /** @deprecated use Presenter::DefaultAction */ public const DEFAULT_ACTION = self::DefaultAction; - public int $invalidLinkMode = 0; + public ?int $invalidLinkMode = null; /** @var array Occurs when the presenter is starting */ public array $onStartup = [];