@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace PhpAbModule\Service; |
4 | 4 | |
5 | -use PhpAb\Engine\Engine; |
|
6 | 5 | use PhpAb\Participation\Manager; |
7 | 6 | use Zend\ServiceManager\FactoryInterface; |
8 | 7 | use Zend\ServiceManager\ServiceLocatorInterface; |
@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use PhpAb\Variant\VariantInterface; |
6 | 6 | use Zend\EventManager\EventManagerInterface; |
7 | -use Zend\ServiceManager\FactoryInterface; |
|
8 | -use Zend\ServiceManager\ServiceLocatorInterface; |
|
9 | 7 | |
10 | 8 | class EventManagerVariant implements VariantInterface |
11 | 9 | { |
@@ -9,6 +9,7 @@ discard block |
||
9 | 9 | |
10 | 10 | namespace PhpAbModule\Service; |
11 | 11 | |
12 | +use PhpAbModule\Variant\EventManagerVariant; |
|
12 | 13 | use PhpAb\Engine\Engine; |
13 | 14 | use PhpAb\Engine\EngineInterface; |
14 | 15 | use PhpAb\Event\DispatcherInterface; |
@@ -16,7 +17,6 @@ discard block |
||
16 | 17 | use PhpAb\Test\Test; |
17 | 18 | use PhpAb\Variant\CallbackVariant; |
18 | 19 | use PhpAb\Variant\SimpleVariant; |
19 | -use PhpAbModule\Variant\EventManagerVariant; |
|
20 | 20 | use RuntimeException; |
21 | 21 | use Zend\ServiceManager\FactoryInterface; |
22 | 22 | use Zend\ServiceManager\ServiceLocatorInterface; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace PhpAbModule\View\Helper; |
11 | 11 | |
12 | -use PhpAb\Analytics\Renderer\AbstractGoogleAnalytics; |
|
13 | 12 | use PhpAb\Analytics\Renderer\JavascriptRendererInterface; |
14 | 13 | use Zend\View\Helper\AbstractHelper; |
15 | 14 |