@@ -40,7 +40,7 @@ discard block |
||
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 |
||
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(); |
@@ -41,7 +41,7 @@ discard block |
||
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 |
||
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 ); |
@@ -77,6 +77,7 @@ |
||
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 ) { |