@@ -56,6 +56,7 @@ |
||
56 | 56 | |
57 | 57 | /** |
58 | 58 | * @param SMWQueryResult | null $queryResult |
59 | + * @param SMWQueryResult|null $queryResult |
|
59 | 60 | */ |
60 | 61 | public function setQueryResult( $queryResult ) { |
61 | 62 | $this->queryResult = $queryResult; |
@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | } |
262 | 262 | |
263 | 263 | /** |
264 | - * @param $prop |
|
264 | + * @param string $prop |
|
265 | 265 | * @return array |
266 | 266 | */ |
267 | 267 | protected function getPropertyId( $prop ) { |
@@ -312,7 +312,7 @@ discard block |
||
312 | 312 | } |
313 | 313 | |
314 | 314 | /** |
315 | - * @return bool |
|
315 | + * @return string|null |
|
316 | 316 | */ |
317 | 317 | public function getInitError() { |
318 | 318 | return $this->getMapProvider() === ''? 'srf-filtered-map-provider-missing-error' : null; |