Skip to content

Commit 3060e7f

Browse files
committed
Remove close from Executor, part of TransientResource now
1 parent 261e762 commit 3060e7f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Executor.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,4 @@ public function prepare(string $sql): Statement;
3131
* @throws QueryError If the operation fails due to an error in the query (such as a syntax error).
3232
*/
3333
public function execute(string $sql, array $params = []): Result;
34-
35-
/**
36-
* Closes the executor. No further queries may be performed.
37-
*/
38-
public function close(): void;
3934
}

0 commit comments

Comments
 (0)