Completed
Push — master ( 62bc5d...eeebb9 )
by mw
02:10
created
src/ByPropertyHierarchicalLinksFinder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use SMW\DIProperty;
7 7
 use SMW\Store;
8 8
 use SMWRequestOptions as RequestOptions;
9
-use Title;
10 9
 
11 10
 /**
12 11
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
tests/phpunit/Unit/ByPropertyHierarchicalLinksFinderTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use SBL\ByPropertyHierarchicalLinksFinder;
6 6
 use SMW\DIWikiPage;
7 7
 use SMW\DIProperty;
8
-use SMW\ApplicationFactory;
9
-use Title;
10 8
 
11 9
 /**
12 10
  * @covers \SBL\ByPropertyHierarchicalLinksFinder
Please login to merge, or discard this patch.
src/SkinTemplateOutputModifier.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace SBL;
4 4
 
5
-use SMW\ApplicationFactory;
6 5
 use SMW\NamespaceExaminer;
7 6
 use OutputPage;
8
-use Action;
9 7
 use Title;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.