Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / validator / DependencyInjection / AddValidatorInitializersPass.php
index 52be28534bae2174dc2c0060b9af9990130c579f..330f578f033f44728d6a6348c429d765a692559e 100644 (file)
@@ -11,9 +11,9 @@
 
 namespace Symfony\Component\Validator\DependencyInjection;
 
+use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
 use Symfony\Component\DependencyInjection\Reference;
-use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
 
 /**
  * @author Fabien Potencier <fabien@symfony.com>