Completed
Push — master ( 3db236...96d118 )
by
unknown
04:10
created
src/BasicBackend.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use ApprovedRevs;
31 31
 use ContentHandler;
32 32
 use Hooks;
33
-use Page;
34 33
 use Parser;
35 34
 use ParserOptions;
36 35
 use Revision;
Please login to merge, or discard this patch.
src/LingoParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 namespace Lingo;
30 30
 
31 31
 use DOMDocument;
32
-use DOMXPath;
33 32
 use Parser;
34 33
 
35 34
 /**
Please login to merge, or discard this patch.