Completed
Pull Request — master (#144)
by Simon
04:44
created
formats/calendar/SRF_Calendar.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -38,6 +38,7 @@
 block discarded – undo
38 38
 
39 39
 	/**
40 40
 	 * @see SMWResultPrinter::getResultText()
41
+	 * @param integer $outputmode
41 42
 	 */
42 43
 	protected function getResultText( SMWQueryResult $res, $outputmode ) {
43 44
 		$numbers = $this->getNumbers( $res );
Please login to merge, or discard this patch.
formats/Filtered/filters/SRF_FF_Distance.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
 	/**
220 220
 	 * Returns the name of the resource module to load for this view.
221 221
 	 *
222
-	 * @return string|array
222
+	 * @return string
223 223
 	 */
224 224
 	public function getResourceModules() {
225 225
 		return 'ext.srf.filtered.calendar-view';
Please login to merge, or discard this patch.