mollie / mollie-api-php

Mollie API client for PHP
http://www.mollie.com
BSD 2-Clause "Simplified" License
550 stars 189 forks source link

Rework the usage of dynamic properties #671

Closed bobvandevijver closed 1 year ago

bobvandevijver commented 1 year ago

With PHP8.2 the usage of dynamic properties is deprecated. It would be best to no longer use them at all, but otherwise some care should probably be taken to identify the classes where this issue might arise (such as the dynamic API resource converters) and just add the AllowDynamicProperties attribute.

sandervanhooft commented 1 year ago

Thanks for reporting @bobvandevijver .

Fixed in the latest release