Completed
Push — v1.ns ( 410f3f...ff674e )
by Timo
04:13
created
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.
src/Service/ServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
  * @author timo
13 13
  */
14 14
 use PEIP\Context\XMLContext;
15
-use PEIP\Plugins\BasePlugin;
16 15
 
17 16
 class ServiceProvider extends \PEIP\Service\ServiceContainer  {
18 17
 
Please login to merge, or discard this patch.