Drop requirement on PHP ≥ 7.4.0

This commit is contained in:
vv221 2020-05-01 20:18:58 +02:00
parent 3e901fd66e
commit c10599048e

View file

@ -8,7 +8,7 @@ class MenuItem extends AbstractItem {
/** /**
* @var bool $is_active True if it is a link to the current page * @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 * Generate a menu item from a passed string