stof / StofDoctrineExtensionsBundle

Integration bundle for DoctrineExtensions by l3pp4rd in Symfony
https://symfony.com/bundles/StofDoctrineExtensionsBundle/current/index.html
MIT License
1.89k stars 380 forks source link

Fix symfony 6.3 return type deprecations #449

Closed acrobat closed 1 year ago

acrobat commented 1 year ago

Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Stof\DoctrineExtensionsBundle\DependencyInjection\StofDoctrineExtensionsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.

Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Stof\DoctrineExtensionsBundle\DependencyInjection\Compiler\ValidateExtensionConfigurationPass" now to avoid errors or add an explicit @return annotation to suppress this message.

User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle" now to avoid errors or add an explicit @return annotation to suppress this message.

weaverryan commented 1 year ago

Thanks @acrobat!

HugoLandrin commented 1 year ago

Could this be released? 🙏

stollr commented 1 year ago

@weaverryan Do you have a plan, when this will be released?

dsentker commented 7 months ago

I would also like to know if a release is planned.

stof commented 7 months ago

@dsentker See https://github.com/stof/StofDoctrineExtensionsBundle/releases

There has been 5 releases done after the merge of this PR.