APYBreadcrumbTrailBundle icon indicating copy to clipboard operation
APYBreadcrumbTrailBundle copied to clipboard

Symfony 6.3 deprecation warnings

Open Miras4207 opened this issue 2 years ago • 1 comments

After updating to Symfony 6.3, we get the following deprecation warnings with version 1.9.2 of this package.

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

Miras4207 avatar Jun 28 '23 14:06 Miras4207

Thanks for creating the issue, are you available to help by providing a PR with the fix?

rvanlaak avatar Jun 30 '23 15:06 rvanlaak