We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261e762 commit 3060e7fCopy full SHA for 3060e7f
1 file changed
src/Executor.php
@@ -31,9 +31,4 @@ public function prepare(string $sql): Statement;
31
* @throws QueryError If the operation fails due to an error in the query (such as a syntax error).
32
*/
33
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;
39
}
0 commit comments