PHP8.4 support
-
Switching to PHP 8.4 shows a bunch of PHP Deprecated notices:
PHP Deprecated: WPAM_Pages_Admin_NewAffiliatePage::getForm(): Implicitly marking parameter $validationResult as nullable is deprecated, the explicit nullable type must be used instead in /home/…/wp-content/plugins/affiliates-manager/source/Pages/Admin/NewAffiliatePage.php on line 62
PHP Deprecated: WPAM_Pages_PublicPage::__construct(): Implicitly marking parameter $parentPage as nullable is deprecated, the explicit nullable type must be used instead in /home/…/wp-content/plugins/affiliates-manager/source/Pages/PublicPage.php on line 19
PHP Deprecated: WPAM_Pages_AffiliatesHome::__construct(): Implicitly marking parameter $parentPage as nullable is deprecated, the explicit nullable type must be used instead in /home/…/wp-content/plugins/affiliates-manager/source/Pages/AffiliatesHome.php on line 13
PHP Deprecated: WPAM_Pages_AffiliatesRegister::getForm(): Implicitly marking parameter $validationResult as nullable is deprecated, the explicit nullable type must be used instead in /home/…/wp-content/plugins/affiliates-manager/source/Pages/AffiliatesRegister.php on line 113PHP 8.3 is fine.
Please fix for PHP 8.4
You must be logged in to reply to this topic.