thephpleague / tactician-bundle

Bundle to integrate Tactician with Symfony projects
MIT License
245 stars 43 forks source link

Deprecations in Symfony 6.3 #133

Closed PabloKowalczyk closed 9 months ago

PabloKowalczyk commented 1 year ago

Hello, just updated my project to Symfony v6.3 and there are some deprecations in TacticainBundle:

  1x: 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 "League\Tactician\Bundle\TacticianBundle" now to avoid errors or add an explicit @return annotation to suppress this message.

  1x: Method "Symfony\Component\HttpKernel\DependencyInjection\ConfigurableExtension::loadInternal()" might add "void" as a native return type declaration in the future. Do the same in child class "League\Tactician\Bundle\DependencyInjection\TacticianExtension" now to avoid errors or add an explicit @return annotation to suppress this message.

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

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

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

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

  1x: Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "League\Tactician\Bundle\Command\DebugCommand" now to avoid errors or add an explicit @return annotation to suppress this message.