Completed
Push — prototype ( f82a67...6656fa )
by Peter
09:57
created
library/WebinoAppLib/Factory/View/DomRendererFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,6 @@
 block discarded – undo
5 5
 use WebinoAppLib\Factory\AbstractFactory;
6 6
 use WebinoAppLib\Feature\DefaultView;
7 7
 use WebinoDomLib\Dom;
8
-use WebinoDomLib\Event\RenderEvent;
9
-use Zend\Mvc\Service\RoutePluginManagerFactory;
10
-use Zend\Mvc\Service\RouterFactory as BaseRouterFactory;
11 8
 
12 9
 /**
13 10
  * Class DomRendererFactory
Please login to merge, or discard this patch.
library/WebinoConfigLib/Router/AbstractRoute.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use WebinoConfigLib\AbstractConfig;
6 6
 use WebinoConfigLib\Exception\InvalidArgumentException;
7
-use Zend\Stdlib\ArrayUtils;
8 7
 
9 8
 /**
10 9
  * Class AbstractRoute
Please login to merge, or discard this patch.
library/WebinoViewLib/Component/ComponentStateTrait.php 1 patch
Unused Use Statements   -9 removed lines patch added patch discarded remove patch
@@ -2,19 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace WebinoViewLib\Component;
4 4
 
5
-use WebinoAppLib\Event\AppEvent;
6 5
 use WebinoAppLib\Event\DispatchEvent;
7
-use WebinoAppLib\Feature\HttpListener;
8 6
 use WebinoAppLib\Service\Initializer\RoutingAwareTrait;
9
-use WebinoConfigLib\Feature\FeatureInterface;
10
-use WebinoDomLib\Dom\Config\SpecConfigAggregateInterface;
11 7
 use WebinoDomLib\Dom\NodeInterface;
12 8
 use WebinoDomLib\Event\RenderEvent;
13
-use WebinoEventLib\ListenerAggregateTrait;
14
-use WebinoViewLib\Feature\NodeView;
15
-use WebinoViewLib\Feature\ViewListener;
16
-use Zend\EventManager\ListenerAggregateInterface;
17
-use Zend\Stdlib\CallbackHandler;
18 9
 
19 10
 /**
20 11
  * Class ComponentStateTrait
Please login to merge, or discard this patch.