secit-pl / imap-bundle

Simple php-imap integration for Symfony
MIT License
69 stars 19 forks source link

Minor symfony 6.1 deprecation #20

Closed ehymel closed 2 years ago

ehymel commented 2 years ago

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...

secit-pl commented 2 years ago

Fixed by https://github.com/secit-pl/imap-bundle/pull/21