From b26220bbb78d32193ce37b9485e5067a2c356828 Mon Sep 17 00:00:00 2001 From: Maks3w Date: Wed, 11 Jul 2012 22:20:59 +0200 Subject: [PATCH] Add blank lines around the use block --- test/FilterChainTest.php | 1 + test/GlobalEventManagerTest.php | 1 + 2 files changed, 2 insertions(+) diff --git a/test/FilterChainTest.php b/test/FilterChainTest.php index ace0e21..353b02e 100644 --- a/test/FilterChainTest.php +++ b/test/FilterChainTest.php @@ -9,6 +9,7 @@ */ namespace ZendTest\Stdlib; + use Zend\EventManager\FilterChain; use Zend\Stdlib\CallbackHandler; diff --git a/test/GlobalEventManagerTest.php b/test/GlobalEventManagerTest.php index c0a13a8..6f3bacb 100644 --- a/test/GlobalEventManagerTest.php +++ b/test/GlobalEventManagerTest.php @@ -9,6 +9,7 @@ */ namespace ZendTest\EventManager; + use Zend\EventManager\GlobalEventManager; use Zend\EventManager\EventManager;