8000 merged branch pkraeutli/browserkit_use_cleanup (PR #4324) · symfony/symfony@f7cf76d · GitHub
[go: up one dir, main page]

Skip to content

Commit f7cf76d

Browse files
committed
merged branch pkraeutli/browserkit_use_cleanup (PR #4324)
Commits ------- fe7b258 Removed unnecessary use statements Discussion ---------- [BrowserKit] Removed unnecessary use statements Merely a cosmetical fix. My IDE (PhpStorm) marks the `use Symfony\Component\BrowserKit\Client;` statement in `Symfony/Component/BrowserKit/Client.php` itself as an error. I also removed the two other `use`s of classes from the same namespace. --------------------------------------------------------------------------- by travisbot at 2012-05-18T11:27:02Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1365455) (merged fe7b258 into 1e15f21).
2 parents 976d32e + fe7b258 commit f7cf76d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/BrowserKit/Client.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
use Symfony\Component\DomCrawler\Link;
1616
use Symfony\Component\DomCrawler\Form;
1717
use Symfony\Component\Process\PhpProcess;
18-
use Symfony\Component\BrowserKit\Request;
19-
use Symfony\Component\BrowserKit\Response;
20-
use Symfony\Component\BrowserKit\Client;
2118

2219
/**
2320
* Client simulates a browser.

0 commit comments

Comments
 (0)
0