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

Find deprecated code #813

Closed
malarzm opened this issue Dec 14, 2023 · 2 comments
Closed

Find deprecated code #813

malarzm opened this issue Dec 14, 2023 · 2 comments
Labels
Milestone

Comments

@malarzm
Copy link
Member

malarzm commented Dec 14, 2023

While reviewing native types I've found this

$container->getAlias('doctrine_mongodb.odm.command_logger')
->setDeprecated(
'doctrine/mongodb-odm-bundle',
'4.4',
'The service %alias_id% is deprecated and will be dropped in DoctrineMongoDBBundle 5.0. Use "doctrine_mongodb.odm.psr_command_logger" instead.',
);

Let's review any and all outstanding deprecations from 4.x

@malarzm malarzm added the Task label Dec 14, 2023
@malarzm malarzm added this to the 5.0.0 milestone Dec 14, 2023
@malarzm
Copy link
Member Author

malarzm commented Dec 21, 2023

Cool, let's close then. Thanks! 🎉

@malarzm malarzm closed this as completed Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants