@@ -228,8 +228,6 @@ discard block |
||
228 | 228 | /** |
229 | 229 | * Delete all rows with where condition. |
230 | 230 | * |
231 | - * @param string $page to delete from. |
|
232 | - * |
|
233 | 231 | * @return boolean true or false if deleting went okey. |
234 | 232 | */ |
235 | 233 | public function deleteAll() |
@@ -288,8 +286,6 @@ discard block |
||
288 | 286 | /** |
289 | 287 | * Execute the query built. |
290 | 288 | * |
291 | - * @param string $query custom query. |
|
292 | - * |
|
293 | 289 | * @return $this |
294 | 290 | */ |
295 | 291 | public function execute($params = []) |