Completed
Push — master ( 387426...90fd0f )
by Ron
01:10
created
src/FakePDOStatement.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -112,9 +112,6 @@  discard block
 block discarded – undo
112 112
 	}
113 113
 
114 114
 	/**
115
-	 * @param mixed|null $how
116
-	 * @param mixed|null $class_name
117
-	 * @param array|null $ctor_args
118 115
 	 * @return array
119 116
 	 */
120 117
 	public function fetchAll(int $mode = PDO::FETCH_BOTH, mixed ...$args) {
@@ -208,7 +205,6 @@  discard block
 block discarded – undo
208 205
 
209 206
 	/**
210 207
 	 * @param int $mode
211
-	 * @param array|null $params
212 208
 	 * @return bool
213 209
 	 */
214 210
 	public function setFetchMode(int $mode, ...$args) {
Please login to merge, or discard this patch.