diff 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
line wrap: on
line diff
--- a/vendor/symfony/console/Style/OutputStyle.php	Tue Jul 10 15:07:59 2018 +0100
+++ b/vendor/symfony/console/Style/OutputStyle.php	Thu Feb 28 13:21:36 2019 +0000
@@ -13,8 +13,8 @@
 
 use Symfony\Component\Console\Formatter\OutputFormatterInterface;
 use Symfony\Component\Console\Helper\ProgressBar;
+use Symfony\Component\Console\Output\ConsoleOutputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\Console\Output\ConsoleOutputInterface;
 
 /**
  * Decorates output to add console style guide helpers.