Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Dec 10, 2023
1 parent f8462eb commit 06dae68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Coroutine/Client/PDOClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ public function close()
$this->__object = null;
}

public function close() {}

protected function assertNotClosed(): void
{
if (is_null($this->__object)) {
Expand Down

0 comments on commit 06dae68

Please sign in to comment.