Ernest Hymel
Ernest Hymel
After upgrading to symfony 6.1, I'm getting this new deprecation: `Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "SecIT\ImapBundle\DependencyInjection\Configuration"...
Similar to previous [bug report](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/828) and the comment that was posted after the bug was closed, this error re-appeared for me. The suggestion from that bug was: replace `use Symfony\Component\Routing\Annotation\Route;`...
I have multiple 2FA methods enabled (totp, two_factor_text, email) with a service implementing TwoFactorProviderDeciderInterface to pick which to use. One of these (email) is the default method and always available....