@@ -38,6 +38,7 @@ |
||
| 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 ); |
@@ -219,7 +219,7 @@ |
||
| 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'; |