Mailstream: Fix code error
This might break the support for DKIM headers, see https://github.com/PHPMailer/PHPMailer/pull/393
[Fix] reset Dice calls for LoggerFactory
Replace Addon class with AddonHelper
Art4
created branch replace-addon-class-with-addonhelper in Art4/friendica-addons
2025-04-28 15:01:57 +02:00
Art4
pushed to replace-addon-class-with-addonhelper at Art4/friendica-addons
2025-04-28 15:01:57 +02:00
PHPStan level 3
I was surprised too, but thought PHPStan complains because explode() could also return false. But now I removed the type cast and PHPStan don't show an error anymore. 🤷
PHPStan level 3
Done with https://github.com/friendica/friendica/pull/14830/commits/8ba652818f169a4391c193f9dde31c3c0dddb61e and removed the type casting with https://git.friendi.ca/friendica/friendica-addons/comm…