wkania
wkania
| Q | A | ------------- | --- | Branch? | 7.x | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...
Done
This package already has the JMS, so would it be ok to also add a directory for the [FOSRestBundle](https://github.com/FriendsOfSymfony/FOSRestBundle)? The `fosrest` directory would contain the set for the annotations to...
[sensio-framework-extra-bundle](https://packagist.org/packages/sensio/framework-extra-bundle) is abandoned. Some attributes have been implemented in Symfony 6.2 and Rector can already refactor code for [them](https://github.com/rectorphp/rector-symfony/pull/265). But, `Security` attribute will not be [implemented](https://github.com/symfony/symfony/pull/45415#issuecomment-1077625813) in Symfony. From what...
Personal field in Address class should also be decoded. From, To, CC, and Bcc are affected by this bug. ```php use Webklex\PHPIMAP\Address; /** @var Address $from */ $from = $mail->getFrom()->first();...
Resolves #4006 ### Changes Anonymous function can be declared inside function invoke. ### Checklist - [☑️] Added markup tests, - [☑️] Updated the changelog at `CHANGES.md`
The https://github.com/symfony/symfony/pull/47080 PR was created to solve the problem of [debugging](https://github.com/symfony/symfony/issues/37570) and to get [information](https://github.com/symfony/symfony/issues/42108) about email after it was sent. The section about [debugging](https://symfony.com/doc/current/mailer.html#debugging-emails) does not mention those events....
| Q | A | ------------- | --- | Branch | 7.4 | Bug fix | no | New feature | yes | Deprecations | no | License | MIT...