Completed
Push — master ( 34c4de...b0cce6 )
by Ron
03:28 queued 45s
created
src/Builder/Helpers/YieldPolyfillIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 	}
75 75
 
76 76
 	/**
77
-	 * @return mixed
77
+	 * @return integer
78 78
 	 */
79 79
 	public function key() {
80 80
 		return $this->idx;
Please login to merge, or discard this patch.
src/Builder/Select.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 	}
79 79
 
80 80
 	/**
81
-	 * @return array
81
+	 * @return string[]
82 82
 	 */
83 83
 	public function getFields() {
84 84
 		return $this->fields;
Please login to merge, or discard this patch.
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.