Completed
Push — v1.ns ( 7eab28...a6bb16 )
by Timo
03:47
created
src/Context/XMLContext.php 1 patch
Unused Use Statements   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -22,12 +22,12 @@
 block discarded – undo
22 22
  */
23 23
 
24 24
 
25
-use PEIP\Service\HeaderServiceActivator;
26
-use PEIP\Channel\ChannelRegistry;
27
-use PEIP\Service\ServiceProvider;
28
-use PEIP\Plugins\BasePlugin;
29
-use PEIP\Factory\ServiceFactory;
30
-use PEIP\Base\GenericBuilder;
25
+use PEIP\Service\HeaderServiceActivator;
26
+use PEIP\Channel\ChannelRegistry;
27
+use PEIP\Service\ServiceProvider;
28
+use PEIP\Plugins\BasePlugin;
29
+use PEIP\Factory\ServiceFactory;
30
+use PEIP\Base\GenericBuilder;
31 31
 use PEIP\Context\XMLContextReader;
32 32
 
33 33
 class XMLContext 
Please login to merge, or discard this patch.
src/Dispatcher/ClassEventDispatcher.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  *
12 12
  * @author timo
13 13
  */
14
-use PEIP\Util\Reflection;
14
+use PEIP\Util\Reflection;
15 15
 use PEIP\Event\EventBuilder;
16 16
 
17 17
 class ClassEventDispatcher extends \PEIP\Dispatcher\ObjectEventDispatcher {
Please login to merge, or discard this patch.