@@ -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; |
@@ -180,7 +180,7 @@ |
||
180 | 180 | } |
181 | 181 | |
182 | 182 | /** |
183 | - * @return bool |
|
183 | + * @return string|null |
|
184 | 184 | */ |
185 | 185 | public function getInitError() { |
186 | 186 | return $this->getMapProvider() === ''? 'srf-filtered-map-provider-missing-error' : null; |