darrenjacoby / intervention

WordPress plugin to configure wp-admin and application state using a single config file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated messages on PHP 8.2

accell opened this issue · comments

The following messages appear when running this plugin on 8.2:

Deprecated: Creation of dynamic property Jacoby\Intervention\UserInterface::$routeExport is deprecated in
../intervention/src/UserInterface.php on line 28

Deprecated: Creation of dynamic property Jacoby\Intervention\UserInterface::$routeImport is deprecated in
../intervention/src/UserInterface.php on line 29

Just wanted to bring this to your attention in case anyone else encounters these messages.

@darrenjacoby I opened #151 to address this issue. I installed this package on a site and noticed these notices with Query Monitor while running PHP 8.2. Hope it helps.