imap-bundle icon indicating copy to clipboard operation
imap-bundle copied to clipboard

Minor symfony 6.1 deprecation

Open ehymel opened this issue 3 years ago • 0 comments
trafficstars

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" now to avoid errors or add an explicit @return annotation to suppress this message.

Seems like an easy fix...

ehymel avatar Jun 03 '22 02:06 ehymel