Completed
Push — master ( 280f75...423ed8 )
by Sofia
01:59 queued 13s
created
src/Database/CDatabaseModel.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -228,8 +228,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 = [])
Please login to merge, or discard this patch.