8000 Alpha-ordering for "use" statements · symfony/swiftmailer-bridge@9f68b7c · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit 9f68b7c

Browse files
Alpha-ordering for "use" statements
1 parent 9e7911c commit 9f68b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataCollector/MessageDataCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
@trigger_error('The '.__NAMESPACE__.'\MessageDataCollector class is deprecated since Symfony 2.4 and will be removed in 3.0. Use the Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector class from SwiftmailerBundle instead. Require symfony/swiftmailer-bundle package to download SwiftmailerBundle with Composer.', E_USER_DEPRECATED);
1515

16-
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
16+
use Symfony\Component\DependencyInjection\ContainerInterface;
1717
use Symfony\Component\HttpFoundation\Request;
1818
use Symfony\Component\HttpFoundation\Response;
19-
use Symfony\Component\DependencyInjection\ContainerInterface;
19+
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
2020

2121
/**
2222
* @author Fabien Potencier <fabien@symfony.com>

0 commit comments

Comments
 (0)
0