Completed
Push — master ( 6c7828...2041e7 )
by Ron
03:38
created
src/Builder/RunnableSelect.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
 	/**
244 244
 	 * @param Closure $callback
245 245
 	 * @param int $mode
246
-	 * @param mixed $arg0
246
+	 * @param string $arg0
247 247
 	 * @return mixed
248 248
 	 * @throws RuntimeException
249 249
 	 */
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
 	/**
278 278
 	 * @param Closure $callback
279 279
 	 * @param int $mode
280
-	 * @param mixed $arg0
280
+	 * @param string $arg0
281 281
 	 * @return Traversable|YieldPolyfillIterator|mixed[]
282 282
 	 */
283 283
 	private function fetchLazy(Closure $callback = null, $mode, $arg0 = null) {
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
 	/**
298 298
 	 * @param Closure $callback
299 299
 	 * @param int $mode
300
-	 * @param mixed $arg0
300
+	 * @param null|string $arg0
301 301
 	 * @param Closure $resultValidator
302 302
 	 * @return mixed
303 303
 	 * @throws \Exception
Please login to merge, or discard this patch.