Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit cacdcfe

Browse files
committed
Add missing deprecation notice
1 parent 772eb2c commit cacdcfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Console/Renderer/AbstractCryptRenderer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ abstract public function getMessageForStaticKey();
5353
*/
5454
public function renderOutput($result, TransformedKey $transformedKey, OutputInterface $output)
5555
{
56+
/*
57+
* @deprecated symfony/console 3.0 Use OutputInterface::isQuiet() instead
58+
*/
5659
if (OutputInterface::VERBOSITY_QUIET === $output->getVerbosity()) {
5760
$output->writeln($result, OutputInterface::VERBOSITY_QUIET);
5861
} else {

0 commit comments

Comments
 (0)