We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depending on whether symfony/symfony#27647 gets merged into Symfony 4.2 or not, HelperSet may become deprecated.
This would affect all Migrations console commands as the HelperSet is used quite extensively:
migrations/lib/Doctrine/Migrations/Tools/Console/ConsoleRunner.php
Line 32 in ba84e1e
migrations/lib/Doctrine/Migrations/Tools/Console/ConnectionLoader.php
Line 47 in bba2123
migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php
Lines 175 to 199 in f392a2b
migrations/lib/Doctrine/Migrations/Configuration/Connection/Loader/ConnectionHelperLoader.php
Lines 22 to 51 in ba84e1e
migrations/bin/doctrine-migrations.php
Lines 65 to 91 in 08aba2a
Even if the referenced deprecation doesn't make it into 4.2/4.x, it'd still be a good idea to do this change before 2.0 GA.
The text was updated successfully, but these errors were encountered:
#898 should address this
Sorry, something went wrong.
done in #898
No branches or pull requests
Feature Request
Summary
Depending on whether symfony/symfony#27647 gets merged into Symfony 4.2 or not, HelperSet may become deprecated.
This would affect all Migrations console commands as the HelperSet is used quite extensively:
migrations/lib/Doctrine/Migrations/Tools/Console/ConsoleRunner.php
Line 32 in ba84e1e
migrations/lib/Doctrine/Migrations/Tools/Console/ConnectionLoader.php
Line 47 in bba2123
migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php
Lines 175 to 199 in f392a2b
migrations/lib/Doctrine/Migrations/Configuration/Connection/Loader/ConnectionHelperLoader.php
Lines 22 to 51 in ba84e1e
migrations/bin/doctrine-migrations.php
Lines 65 to 91 in 08aba2a
Even if the referenced deprecation doesn't make it into 4.2/4.x, it'd still be a good idea to do this change before 2.0 GA.
The text was updated successfully, but these errors were encountered: