Import financial transactions from you FinTS enabled bank into Firefly III.
GNU Affero General Public License v3.0
155
stars
23
forks
source link
Deprecated: Creation of dynamic property IBAN::$iban is deprecated #136
Open
vmario89 opened 3 months ago
Hi, since using PHP 8 the following warning is coming for each import entry. It works but the GUI is a mess:
i am not able to fix it properly. I am not a dev. https://stackoverflow.com/questions/74878889/php-warning-deprecated-creation-of-dynamic-property-is-deprecated
guess we could do the fake way to omit the warning using "#[\AllowDynamicProperties]" but might be the wrong idea