Completed
Push — master ( 07dd29...2a8480 )
by mw
409:44 queued 374:41
created
src/MediaWiki/Specials/PropertyLabelSimilarity/ContentsBuilder.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
 	/**
41 41
 	 * @since 2.5
42 42
 	 *
43
-	 * @param RequestOptions $requestOption
43
+	 * @param RequestOptions $requestOptions
44 44
 	 */
45 45
 	public function getHtml( RequestOptions $requestOptions ) {
46 46
 
@@ -82,6 +82,11 @@  discard block
 block discarded – undo
82 82
 		return $html;
83 83
 	}
84 84
 
85
+	/**
86
+	 * @param integer $limit
87
+	 * @param integer $offset
88
+	 * @param integer $resultCount
89
+	 */
85 90
 	private function getForm( $limit, $offset, $resultCount, $threshold, $type ) {
86 91
 
87 92
 		$exemptionProperty = $this->propertyLabelSimilarityLookup->getExemptionProperty();
Please login to merge, or discard this patch.
src/DataValues/ErrorMsgTextValue.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 	/**
42 42
 	 * @see DataValue::loadDataItem
43 43
 	 *
44
-	 * @param SMWDataItem $dataitem
44
+	 * @param DataItem $dataItem
45 45
 	 *
46 46
 	 * @return boolean
47 47
 	 */
@@ -59,6 +59,7 @@  discard block
 block discarded – undo
59 59
 
60 60
 	/**
61 61
 	 * @see DataValue::getShortWikiText
62
+	 * @param boolean $linker
62 63
 	 */
63 64
 	public function getShortWikiText( $linker = null ) {
64 65
 		return $this->constructErrorText( null );
Please login to merge, or discard this patch.
src/Services/ImportServicesFactory.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -77,6 +77,7 @@
 block discarded – undo
77 77
 	/**
78 78
 	 * @since 3.0
79 79
 	 *
80
+	 * @param string $importFileDir
80 81
 	 * @return JsonContentIterator
81 82
 	 */
82 83
 	public function newJsonContentIterator( $importFileDir ) {
Please login to merge, or discard this patch.