Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / console / Tests / Input / InputDefinitionTest.php
index 1374ddfdf863b174f1446f2e17d18b03b6c66b46..d9ff5435b2a71a81a12bb428c2de541a39d6c8be 100644 (file)
@@ -12,8 +12,8 @@
 namespace Symfony\Component\Console\Tests\Input;
 
 use PHPUnit\Framework\TestCase;
-use Symfony\Component\Console\Input\InputDefinition;
 use Symfony\Component\Console\Input\InputArgument;
+use Symfony\Component\Console\Input\InputDefinition;
 use Symfony\Component\Console\Input\InputOption;
 
 class InputDefinitionTest extends TestCase