Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / routing / Tests / RouterTest.php
index 3e3d43f82cc86c957c01a0c7fcc7a46fd5a32ba2..e01bd9c610c27fc33eab4d5410c260973febd97c 100644 (file)
@@ -12,9 +12,9 @@
 namespace Symfony\Component\Routing\Tests;
 
 use PHPUnit\Framework\TestCase;
+use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\Routing\RouteCollection;
 use Symfony\Component\Routing\Router;
-use Symfony\Component\HttpFoundation\Request;
 
 class RouterTest extends TestCase
 {