rollerworks / PasswordStrengthBundle

Symfony Password strength and blacklisting validator bundle
MIT License
142 stars 26 forks source link

Deprecation in Symfony 6 #111

Closed mdeherder closed 2 years ago

mdeherder commented 2 years ago

Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Rollerworks\Bundle\PasswordStrengthBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.

sstok commented 2 years ago

Should be fixed by #112