Skip to content

Commit 5f3d55a

Browse files
Merge branch '3.4' into 4.0
* 3.4: Alpha-ordering for "use" statements
2 parents cc86e81 + f6668d1 commit 5f3d55a

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)