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

feat(env-var): Deprecate EnvVarEncryptedProcessor service and Encrypt… #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amirsgh
Copy link

@amirsgh amirsgh commented Jul 3, 2020

deprecate EnvVarEncryptedProcessor service use symfony secrets management instead.

@@ -19,10 +19,18 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

@trigger_error(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -60,11 +60,17 @@ private function configureEncryptor(array $config, ContainerBuilder $container):
}

/**
* @deprecated
* @param array $config
* @param ContainerBuilder $container
*/
private function configureEncryptCommand(array $config, ContainerBuilder $container): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Private API don't need to be deprecated.

@@ -20,10 +20,17 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

@trigger_error(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think tests need to be deprecated.

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

Successfully merging this pull request may close these issues.

2 participants