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

Commit 9f886a2

Browse files
Maks3wweierophinney
authored andcommitted
Add blank lines around the use block
1 parent 11ade20 commit 9f886a2

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

test/Client/CommonHttpTests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
namespace ZendTest\Http\Client;
12+
1213
use Zend\Http\Client as HTTPClient;
1314
use Zend\Http;
1415
use Zend\Http\Client\Adapter;

test/Client/ProxyAdapterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
namespace ZendTest\Http\Client;
12+
1213
use Zend\Http\Client;
1314

1415
/**

test/Client/UseCaseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
namespace ZendTest\Http\Client;
12+
1213
use Zend\Http\Client as HTTPClient;
1314
use Zend\Http\Client\Adapter;
1415
use Zend\Http\Client\Adapter\Exception as AdapterException;

test/Header/CookieTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
*/
1010

1111
namespace ZendTest\Http;
12+
1213
use Zend\Http\Header\Cookie;
1314
use Zend\Http\Header\SetCookie;
14-
//use Zend\Uri;
1515

1616
/**
1717
* Zend_Http_Cookie unit tests

0 commit comments

Comments
 (0)