Completed
Push — master ( 17dff3...f2d821 )
by mw
42:32 queued 07:38
created
src/Query/Language/SomeProperty.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -157,6 +157,8 @@
 block discarded – undo
157 157
 	/**
158 158
 	 * @since 1.6
159 159
 	 *
160
+	 * @param integer $maxsize
161
+	 * @param integer $maxdepth
160 162
 	 * @return SomeProperty
161 163
 	 */
162 164
 	public function prune( &$maxsize, &$maxdepth, &$log ) {
Please login to merge, or discard this patch.
src/SQLStore/QueryEngine/QuerySegmentListBuilder.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use OutOfBoundsException;
7 7
 use SMW\CircularReferenceGuard;
8 8
 use SMW\Query\Language\Description;
9
-use SMW\Query\Language\Conjuncton;
10 9
 use SMW\Store;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
 	/**
180 180
 	 * @since 2.2
181 181
 	 *
182
-	 * @return array
182
+	 * @return string[]
183 183
 	 */
184 184
 	public function getErrors() {
185 185
 		return $this->errors;
@@ -258,6 +258,9 @@  discard block
 block discarded – undo
258 258
 		return $query->queryNumber;
259 259
 	}
260 260
 
261
+	/**
262
+	 * @param string $fingerprint
263
+	 */
261 264
 	private function findDuplicates( $fingerprint ) {
262 265
 
263 266
 		if ( $this->errors !== array() || $this->isFilterDuplicates === false ) {
Please login to merge, or discard this patch.