Skip to content

Commit fe44362

Browse files
Alpha-ordering for "use" statements
1 parent 2f6e14c commit fe44362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
namespace Symfony\Component\BrowserKit;
1313

1414
use Symfony\Component\DomCrawler\Crawler;
15-
use Symfony\Component\DomCrawler\Link;
1615
use Symfony\Component\DomCrawler\Form;
16+
use Symfony\Component\DomCrawler\Link;
1717
use Symfony\Component\Process\PhpProcess;
1818

1919
/**

Tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\BrowserKit\Client;
16-
use Symfony\Component\BrowserKit\History;
1716
use Symfony\Component\BrowserKit\CookieJar;
17+
use Symfony\Component\BrowserKit\History;
1818
use Symfony\Component\BrowserKit\Response;
1919

2020
class SpecialResponse extends Response

0 commit comments

Comments
 (0)