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
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/JsonXmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\Json;

use Zend\Json;

error_reporting( E_ALL | E_STRICT ); // now required for each test suite
Expand Down
1 change: 1 addition & 0 deletions test/Server/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\Json\Server;

use Zend\Json\Server;

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

namespace ZendTest\Json\Server;

use Zend\Json\Server;
use Zend\Json;

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

namespace ZendTest\Json\Server;

use Zend\Json;

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

namespace ZendTest\Json\Server;

use Zend\Json\Server;
use Zend\Json;

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

namespace ZendTest\Json\Server\Smd;

use Zend\Json\Server\Smd\Service;
use Zend\Json\Server;

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

namespace ZendTest\Json\Server;

use Zend\Json\Server\Smd;
use Zend\Json\Server;
use Zend\Json\Server\Exception\InvalidArgumentException;
Expand Down
1 change: 1 addition & 0 deletions test/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\Json;

use Zend\Json\Server;
use Zend\Json;
use Zend\Json\Server\Request;
Expand Down

0 comments on commit 66a7225

Please sign in to comment.