From c10599048e27798a91226dcd93afdd965443a729 Mon Sep 17 00:00:00 2001 From: vv221 Date: Fri, 1 May 2020 20:18:58 +0200 Subject: [PATCH] =?UTF-8?q?Drop=20requirement=20on=20PHP=20=E2=89=A5=207.4?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MenuItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MenuItem.php b/MenuItem.php index 3326c4e..9de8d48 100644 --- a/MenuItem.php +++ b/MenuItem.php @@ -8,7 +8,7 @@ class MenuItem extends AbstractItem { /** * @var bool $is_active True if it is a link to the current page */ - public bool $is_active; + public $is_active; /** * Generate a menu item from a passed string