Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony deprecations #707

Closed
21 tasks done
alcohol opened this issue Jul 3, 2023 · 4 comments
Closed
21 tasks done

Symfony deprecations #707

alcohol opened this issue Jul 3, 2023 · 4 comments

Comments

@alcohol
Copy link

alcohol commented Jul 3, 2023

  • Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "OldSound\RabbitMqBundle\DependencyInjection\OldSoundRabbitMqExtension" 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 "OldSound\RabbitMqBundle\DependencyInjection\Compiler\___" now to avoid errors or add an explicit @return annotation to suppress this message.
    • RegisterPartsPass
    • InjectEventDispatcherPass
  • Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "OldSound\RabbitMqBundle\Command\BaseRabbitMqCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
  • Method "Symfony\Component\Console\Command\Command::initialize()" might add "void" as a native return type declaration in the future. Do the same in child class "OldSound\RabbitMqBundle\Command\___" now to avoid errors or add an explicit @return annotation to suppress this message.
    • BaseConsumerCommand
    • DeleteCommand
    • PurgeConsumerCommand
  • 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 "OldSound\RabbitMqBundle\Command\___" now to avoid errors or add an explicit @return annotation to suppress this message.
    • BaseConsumerCommand
    • AnonConsumerCommand
    • BatchConsumerCommand
    • ConsumerCommand
    • DeleteCommand
    • DynamicConsumerCommand
    • MultipleConsumerCommand
    • PurgeConsumerCommand
    • RpcServerCommand
    • SetupFabricCommand
    • StdInProducerCommand
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@alcohol
Copy link
Author

alcohol commented Oct 2, 2023

Can be closed by #708 I think if it gets merged.

@mihaileu
Copy link
Collaborator

will look into

@mihaileu
Copy link
Collaborator

thx for the pr, it was merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants