Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Compiler / AutowireRequiredMethodsPassTest.php
index 3b067150ff5a1bc2b8326d2244c611644e6f03af..07c9f9d774e3e1f4a936e0228e701c9371309fa0 100644 (file)
@@ -12,8 +12,8 @@
 namespace Symfony\Component\DependencyInjection\Tests\Compiler;
 
 use PHPUnit\Framework\TestCase;
-use Symfony\Component\DependencyInjection\Compiler\ResolveClassPass;
 use Symfony\Component\DependencyInjection\Compiler\AutowireRequiredMethodsPass;
+use Symfony\Component\DependencyInjection\Compiler\ResolveClassPass;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
 
 require_once __DIR__.'/../Fixtures/includes/autowiring_classes.php';