Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Compiler / PassConfigTest.php
index d9444ca89cf3d75c89cf38727a6f2500e8de72b8..1fd772ee690ec2f8e11134b5e14997f6c999aac1 100644 (file)
@@ -12,8 +12,8 @@
 namespace Symfony\Component\DependencyInjection\Tests\Compiler;
 
 use PHPUnit\Framework\TestCase;
-use Symfony\Component\DependencyInjection\Compiler\PassConfig;
 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
+use Symfony\Component\DependencyInjection\Compiler\PassConfig;
 
 /**
  * @author Guilhem N <egetick@gmail.com>