Completed
Push — master ( 274d0e...9fc64f )
by mw
34:08
created
src/Localizer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 	 * @since 2.1
32 32
 	 *
33 33
 	 * @param Language $contentLanguage
34
-	 * @param Language|null $userLanguage
35 34
 	 */
36 35
 	public function __construct( Language $contentLanguage) {
37 36
 		$this->contentLanguage = $contentLanguage;
Please login to merge, or discard this patch.
src/MediaWiki/Api/BrowseByProperty.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use ApiBase;
6 6
 use SMW\ApplicationFactory;
7 7
 use SMW\NamespaceUriFinder;
8
-use SMW\PropertySpecificationLookup;
9 8
 
10 9
 /**
11 10
  * @license GNU GPL v2+
Please login to merge, or discard this patch.
src/MediaWiki/Api/PropertyListByApiRequest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -182,6 +182,11 @@
 block discarded – undo
182 182
 		return true;
183 183
 	}
184 184
 
185
+	/**
186
+	 * @param string $property
187
+	 *
188
+	 * @return string
189
+	 */
185 190
 	private function preprocessPropertyString( $property ) {
186 191
 
187 192
 		if ( $property{0} !== '_' ) {
Please login to merge, or discard this patch.