Skip to content

Commit 139a04e

Browse files
committed
docs: remove todo comment
1 parent bd2154e commit 139a04e

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
@@ -51,8 +51,6 @@ public function _prepare(string $sql, array $options = [])
5151
/**
5252
* Takes a new set of data and runs it against the currently
5353
* prepared query. Upon success, will return a Results object.
54-
*
55-
* @todo finalize()
5654
*/
5755
public function _execute(array $data): bool
5856
{

0 commit comments

Comments
 (0)