Deprecation Warning on PHP 8.4
-
Hi,
I’m getting the following warnings on PHP 8.4:
Deprecated: DeliciousBrains\WPMDB\Container\DI\Container::__construct(): Implicitly marking parameter $wrapperContainer as nullable is deprecated, the explicit nullable type must be used instead in wp-content/plugins/wp-migrate-db/vendor/php-di/php-di/src/DI/Container.php on line 70
Deprecated: DeliciousBrains\WPMDB\Container\Invoker\Invoker::__construct(): Implicitly marking parameter $parameterResolver as nullable is deprecated, the explicit nullable type must be used instead in wp-content/plugins/wp-migrate-db/vendor/php-di/invoker/src/Invoker.php on line 33
Deprecated: DeliciousBrains\WPMDB\Container\Invoker\Invoker::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead in wp-content/plugins/wp-migrate-db/vendor/php-di/invoker/src/Invoker.php on line 33
Would be awesome if you could remove/fix them.
You must be logged in to reply to this topic.