Completed
Push — master ( 01da51...17541c )
by
unknown
09:17
created
src/InterlanguageLink.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 	/**
75 75
 	 * @since 1.0
76 76
 	 *
77
-	 * @return DataValue
77
+	 * @return \SMWDataValue
78 78
 	 */
79 79
 	public function newLanguageDataValue() {
80 80
 		return DataValueFactory::getInstance()->newDataItemValue(
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 	/**
87 87
 	 * @since 1.0
88 88
 	 *
89
-	 * @return DataValue
89
+	 * @return \SMWDataValue
90 90
 	 */
91 91
 	public function newInterwikiReferenceDataValue() {
92 92
 		return DataValueFactory::getInstance()->newDataItemValue(
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use SMW\DataValueFactory;
6 6
 use SMW\DIProperty;
7 7
 use SMW\DIWikiPage;
8
-
9 8
 use SMWDIBlob as DIBlob;
10
-
11 9
 use Title;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.
src/PageContentLanguageOnTheFlyModifier.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,10 +3,6 @@
 block discarded – undo
3 3
 namespace SIL;
4 4
 
5 5
 use Onoi\Cache\Cache;
6
-use SMW\Store;
7
-use SMW\DIWikiPage;
8
-use SMW\DIProperty;
9
-
10 6
 use Title;
11 7
 
12 8
 /**
Please login to merge, or discard this patch.