Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / routing / Matcher / RequestMatcherInterface.php
index 1eef778a56bc01ac322c6090cca30dca6a0f000d..0c193ff2d1f067bb6227460eaab8a9e9074b0207 100644 (file)
@@ -12,9 +12,9 @@
 namespace Symfony\Component\Routing\Matcher;
 
 use Symfony\Component\HttpFoundation\Request;
+use Symfony\Component\Routing\Exception\MethodNotAllowedException;
 use Symfony\Component\Routing\Exception\NoConfigurationException;
 use Symfony\Component\Routing\Exception\ResourceNotFoundException;
-use Symfony\Component\Routing\Exception\MethodNotAllowedException;
 
 /**
  * RequestMatcherInterface is the interface that all request matcher classes must implement.