dimafe6 / bank-id

BankID
MIT License
30 stars 26 forks source link

Creation of dynamic property is deprecated in PHP 8.2 #18

Open halozano opened 9 months ago

halozano commented 9 months ago

I was upgrading PHP version in my server and it started showing some deprecation warnings that are hidden by adding

#[\AllowDynamicProperties]

To the class of AbstractResponseModel