Skip to content
This repository has been archived by the owner on Jan 29, 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 4d99e3b commit b26220b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/FilterChainTest.php
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\Stdlib;

use Zend\EventManager\FilterChain;
use Zend\Stdlib\CallbackHandler;

Expand Down
1 change: 1 addition & 0 deletions test/GlobalEventManagerTest.php
Expand Up @@ -9,6 +9,7 @@
*/

namespace ZendTest\EventManager;

use Zend\EventManager\GlobalEventManager;
use Zend\EventManager\EventManager;

Expand Down

0 comments on commit b26220b

Please sign in to comment.