Completed
Push — master ( be31cd...ab5f6a )
by Ron
03:10
created
src/Builder/RunnableSelect.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
 	}
177 177
 
178 178
 	/**
179
-	 * @return bool
179
+	 * @return integer
180 180
 	 */
181 181
 	public function getFoundRows() {
182 182
 		return $this->foundRows;
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
 	/**
225 225
 	 * @param callable $callback
226 226
 	 * @param int $mode
227
-	 * @param mixed $arg0
227
+	 * @param string $arg0
228 228
 	 * @return mixed
229 229
 	 * @throws \Exception
230 230
 	 */
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
 	/**
259 259
 	 * @param callable $callback
260 260
 	 * @param int $mode
261
-	 * @param mixed $arg0
261
+	 * @param string $arg0
262 262
 	 * @return Generator|YieldPolyfillIterator|mixed[]
263 263
 	 */
264 264
 	private function fetchLazy($callback, $mode, $arg0 = null) {
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
 	/**
279 279
 	 * @param callable $callback
280 280
 	 * @param int $mode
281
-	 * @param mixed $arg0
281
+	 * @param string $arg0
282 282
 	 * @return mixed
283 283
 	 * @throws \Exception
284 284
 	 */
Please login to merge, or discard this patch.