Skip to content

Commit 5ab7688

Browse files
committed
docs: remove todo comment
1 parent 6791a9d commit 5ab7688

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/Database/SQLite3/PreparedQuery.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ public function _prepare(string $sql, array $options = [])
5656
/**
5757
* Takes a new set of data and runs it against the currently
5858
* prepared query. Upon success, will return a Results object.
59-
*
60-
* @todo finalize()
6159
*/
6260
public function _execute(array $data): bool
6361
{

0 commit comments

Comments
 (0)