Completed
Push — master ( 413313...61da32 )
by Andreas
02:58
created
inc/html.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  * @author     Andreas Gohr <[email protected]>
7 7
  */
8 8
 
9
-use dokuwiki\ChangeLog\MediaChangeLog;
10 9
 use dokuwiki\ChangeLog\PageChangeLog;
11 10
 use dokuwiki\Extension\AuthPlugin;
12 11
 use dokuwiki\Extension\Event;
Please login to merge, or discard this patch.
lib/plugins/authad/auth.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
 use dokuwiki\Utf8\Sort;
3
-
4 3
 use dokuwiki\Logger;
5 4
 
6 5
 /**
Please login to merge, or discard this patch.