comparison vendor/symfony/console/Style/OutputStyle.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
11 11
12 namespace Symfony\Component\Console\Style; 12 namespace Symfony\Component\Console\Style;
13 13
14 use Symfony\Component\Console\Formatter\OutputFormatterInterface; 14 use Symfony\Component\Console\Formatter\OutputFormatterInterface;
15 use Symfony\Component\Console\Helper\ProgressBar; 15 use Symfony\Component\Console\Helper\ProgressBar;
16 use Symfony\Component\Console\Output\ConsoleOutputInterface;
16 use Symfony\Component\Console\Output\OutputInterface; 17 use Symfony\Component\Console\Output\OutputInterface;
17 use Symfony\Component\Console\Output\ConsoleOutputInterface;
18 18
19 /** 19 /**
20 * Decorates output to add console style guide helpers. 20 * Decorates output to add console style guide helpers.
21 * 21 *
22 * @author Kevin Bond <kevinbond@gmail.com> 22 * @author Kevin Bond <kevinbond@gmail.com>