Skip to content

Commit c55fe92

Browse files
Merge branch '4.0' into 4.1
* 4.0: Alpha-ordering for "use" statements
2 parents 6851356 + 5f3d55a commit c55fe92

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
@@ -13,8 +13,8 @@
1313

1414
use Symfony\Component\BrowserKit\Exception\BadMethodCallException;
1515
use Symfony\Component\DomCrawler\Crawler;
16-
use Symfony\Component\DomCrawler\Link;
1716
use Symfony\Component\DomCrawler\Form;
17+
use Symfony\Component\DomCrawler\Link;
1818
use Symfony\Component\Process\PhpProcess;
1919

2020
/**

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)