Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
Tigrov and vjik authored Nov 14, 2023
1 parent f39f761 commit c06f2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Enh #300: Refactor `ArrayExpressionBuilder` (@Tigrov)
- Enh #301: Refactor `JsonExpressionBuilder` (@Tigrov)
- Enh #302: Refactor `ColumnSchema` (@Tigrov)
- Enh #303: Support Composite types (@Tigrov)
- Enh #303: Support composite types (@Tigrov)
- Enh #321: Move methods from `Command` to `AbstractPdoCommand` class (@Tigrov)
- Bug #302: Fix incorrect convert string value for BIT type (@Tigrov)
- Bug #309: Fix retrieving sequence name from default value (@Tigrov)
Expand Down
2 changes: 1 addition & 1 deletion src/Builder/CompositeExpressionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(private QueryBuilderInterface $queryBuilder)
}

/**
* The Method builds the raw SQL from the expression that won't be additionally escaped or quoted.
* The method builds the raw SQL from the expression that won't be additionally escaped or quoted.
*
* @param CompositeExpression $expression The expression build.
* @param array $params The binding parameters.
Expand Down

0 comments on commit c06f2b1

Please sign in to comment.