Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Add blank lines around the use block
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w authored and weierophinney committed Jul 11, 2012
1 parent 11ade20 commit 9f886a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/Client/CommonHttpTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\Http\Client;

use Zend\Http\Client as HTTPClient;
use Zend\Http;
use Zend\Http\Client\Adapter;
Expand Down
1 change: 1 addition & 0 deletions test/Client/ProxyAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\Http\Client;

use Zend\Http\Client;

/**
Expand Down
1 change: 1 addition & 0 deletions test/Client/UseCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\Http\Client;

use Zend\Http\Client as HTTPClient;
use Zend\Http\Client\Adapter;
use Zend\Http\Client\Adapter\Exception as AdapterException;
Expand Down
2 changes: 1 addition & 1 deletion test/Header/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
*/

namespace ZendTest\Http;

use Zend\Http\Header\Cookie;
use Zend\Http\Header\SetCookie;
//use Zend\Uri;

/**
* Zend_Http_Cookie unit tests
Expand Down

0 comments on commit 9f886a2

Please sign in to comment.