Completed
Push — master ( 30add5...f043e7 )
by mw
14s
created
includes/datavalues/SMW_DV_Property.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 	 * the provided name is not allowed. An object is returned
72 72
 	 * in any case.
73 73
 	 *
74
-	 * @param string $propertyName
74
+	 * @param string $propertyLabel
75 75
 	 *
76 76
 	 * @return SMWPropertyValue
77 77
 	 */
@@ -192,6 +192,9 @@  discard block
 block discarded – undo
192 192
 		}
193 193
 	}
194 194
 
195
+	/**
196
+	 * @param boolean $isinverse
197
+	 */
195 198
 	public function setInverse( $isinverse ) {
196 199
 		return $this->m_dataitem = new SMWDIProperty( $this->m_dataitem->getKey(), ( $isinverse == true ) );
197 200
 	}
@@ -319,6 +322,7 @@  discard block
 block discarded – undo
319 322
 
320 323
 	/**
321 324
 	 * Create special highlighting for hinting at special properties.
325
+	 * @param string $text
322 326
 	 */
323 327
 	protected function highlightText( $text, $linker = null ) {
324 328
 
Please login to merge, or discard this patch.
includes/articlepages/SMW_OrderedListPage.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,6 +119,7 @@  discard block
 block discarded – undo
119 119
 
120 120
 	/**
121 121
 	 * @since 2.4
122
+	 * @param string $msgKey
122 123
 	 */
123 124
 	protected function getNavigationLinks( $msgKey, array $diWikiPages, $default = 50 ) {
124 125
 		global $wgRequest;
@@ -178,7 +179,7 @@  discard block
 block discarded – undo
178 179
 	 * If the method returns false, nothing will be printed besides
179 180
 	 * the original article.
180 181
 	 *
181
-	 * @return true
182
+	 * @return boolean
182 183
 	 */
183 184
 	protected function initParameters() {
184 185
 		$this->limit = 20;
Please login to merge, or discard this patch.