FriendsOfTYPO3 / tt_address

Add address / contact datasets to your content management system.
GNU General Public License v2.0
40 stars 76 forks source link

Incompatible with PHP 8.2 (Creation of dynamic property) #452

Closed timdreier closed 1 year ago

timdreier commented 1 year ago

Bug Report

Current Behavior List Plugin throws the following Exception:

PHP Runtime Deprecation Notice: Creation of dynamic property FriendsOfTYPO3\TtAddress\Domain\Model\Dto\Settings::$newPagination is deprecated in /var/www/html/private/typo3conf/ext/tt_address/Classes/Domain/Model/Dto/Settings.php line 33

Expected behavior/output List Plugin works :)

Environment

Possible Solution Add variable declaration to Settings.php:

/** @var bool */
protected $newPagination = false;
bh-teufels commented 1 year ago

is known when the fixed version does get tagged so that the fix could pulled over composer?