Failed Conditions
Push — refactorSubscriptions ( 74035a...75d664 )
by Michael
05:52 queued 03:10
created
inc/subscription.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use dokuwiki\ChangeLog\PageChangeLog;
4 3
 use dokuwiki\Debug\DebugHelper;
5 4
 use dokuwiki\Subscriptions\ChangesSubscriptionSender;
6 5
 use dokuwiki\Subscriptions\SubscriberManager;
Please login to merge, or discard this patch.
inc/TaskRunner.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doku_Event;
6 6
 use dokuwiki\Sitemap\Mapper;
7 7
 use dokuwiki\Subscriptions\ChangesSubscriptionSender;
8
-use Subscription;
9 8
 
10 9
 /**
11 10
  * Class TaskRunner
Please login to merge, or discard this patch.