Completed
Push — filtered-2.5.x ( 8c1bb2...ab3925 )
by Stephan
01:49
created
formats/tree/TreeResultPrinter.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -56,6 +56,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
formats/filtered/src/View/MapView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.