Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Extension / ConfigurationExtensionInterface.php
index da590635bccdaee5b68ae929a0b68b835ce6834f..c3bd8423ba64715df6fb5c03b67f182e568e7183 100644 (file)
@@ -11,8 +11,8 @@
 
 namespace Symfony\Component\DependencyInjection\Extension;
 
-use Symfony\Component\DependencyInjection\ContainerBuilder;
 use Symfony\Component\Config\Definition\ConfigurationInterface;
+use Symfony\Component\DependencyInjection\ContainerBuilder;
 
 /**
  * ConfigurationExtensionInterface is the interface implemented by container extension classes.