Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
StyleCIBot committed Dec 3, 2024

Verified

This commit was signed with the committer’s verified signature.
StyleCIBot StyleCI Bot
1 parent b8a5777 commit 2429c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/QueryBuilder.php
Original file line number Diff line number Diff line change
@@ -51,7 +51,8 @@ final class QueryBuilder extends AbstractQueryBuilder
PseudoType::UUID_PK => 'uuid PRIMARY KEY',
];

public function __construct(QuoterInterface $quoter, SchemaInterface $schema, ServerInfoInterface $serverInfo) {
public function __construct(QuoterInterface $quoter, SchemaInterface $schema, ServerInfoInterface $serverInfo)
{
parent::__construct(
$quoter,
$schema,

0 comments on commit 2429c92

Please sign in to comment.