Skip to content

Commit 31f913a

Browse files
authored
Merge pull request #586 from ArnabChatterjee20k/fix/pg-adapter
updated PDOStatement to mixed
2 parents 1f48ccc + 8b72122 commit 31f913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Adapter/Postgres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function rollbackTransaction(): bool
8484
return $result;
8585
}
8686

87-
private function execute(\PDOStatement $stmt): bool
87+
private function execute(mixed $stmt): bool
8888
{
8989
$pdo = $this->getPDO();
9090

0 commit comments

Comments
 (0)