@@ -264,7 +264,7 @@ |
||
264 | 264 | * |
265 | 265 | * @param string $alias The column to remove |
266 | 266 | * |
267 | - * @return null |
|
267 | + * @return boolean |
|
268 | 268 | * |
269 | 269 | */ |
270 | 270 | public function removeCol($alias) |
@@ -160,7 +160,6 @@ |
||
160 | 160 | * |
161 | 161 | * @param string $col The column name. |
162 | 162 | * |
163 | - * @param mixed,... $val Optional: a value to bind to the placeholder. |
|
164 | 163 | * |
165 | 164 | * @return $this |
166 | 165 | * |
@@ -97,7 +97,6 @@ |
||
97 | 97 | * |
98 | 98 | * @param string $col The column name. |
99 | 99 | * |
100 | - * @param mixed,... $val Optional: a value to bind to the placeholder. |
|
101 | 100 | * |
102 | 101 | * @return $this |
103 | 102 | * |