Skip to content

Commit

Permalink
Fix type compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 7, 2025
1 parent b94a07a commit e38ab6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Db/Adapter/PdoAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function hasTransactions(): bool
/**
* @inheritDoc
*/
public function quoteColumnName($columnName): string
public function quoteColumnName(string $columnName): string
{
$driver = $this->getConnection()->getDriver();

Expand Down

0 comments on commit e38ab6c

Please sign in to comment.