Skip to content
This repository has been archived by the owner on Jan 31, 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 8e7816a commit ccba82c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Helper/CycleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\View\Helper;

use Zend\View\Helper;

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

namespace ZendTest\View\Helper;

use Zend\View\Helper;

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

namespace ZendTest\View\Helper;

use Zend\View\Helper\Placeholder\Registry;
use Zend\View\Helper;
use Zend\View;
Expand Down
1 change: 1 addition & 0 deletions test/Helper/HeadStyleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\View\Helper;

use Zend\View\Helper\Placeholder\Registry;
use Zend\View\Helper;
use Zend\View;
Expand Down
1 change: 1 addition & 0 deletions test/Helper/InlineScriptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\View\Helper;

use Zend\View\Helper\Placeholder\Registry;
use Zend\View\Helper;

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

namespace ZendTest\View\Helper\Placeholder;

use Zend\View\Helper\Placeholder\Registry;
use Zend\View\Helper\Placeholder\Container;

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

namespace ZendTest\View\Helper;

use Zend\View\Helper;

/**
Expand Down

0 comments on commit ccba82c

Please sign in to comment.