Completed
Push — mediaitems ( 79b008...9a1a86 )
by Andreas
05:55 queued 03:08
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.
inc/Media/MediaFile.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace dokuwiki\Media;
4 4
 
5
-use dokuwiki\Utf8\PhpString;
6
-
7 5
 class MediaFile
8 6
 {
9 7
     protected $id;
Please login to merge, or discard this patch.