Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / serializer / DependencyInjection / SerializerPass.php
index e6202b8bf9d32f8f76e2d9da0d8b48eb3d7da33b..b3562b9d93b4b63bd327a8bb49ed61ca3a8b26c6 100644 (file)
@@ -11,9 +11,9 @@
 
 namespace Symfony\Component\Serializer\DependencyInjection;
 
+use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
 use Symfony\Component\DependencyInjection\Compiler\PriorityTaggedServiceTrait;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
-use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
 use Symfony\Component\DependencyInjection\Exception\RuntimeException;
 
 /**