Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 8, 2024
1 parent 16fb53b commit 9186563
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Builder/StructuredExpressionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Yiisoft\Db\Expression\StructuredExpression;
use Yiisoft\Db\QueryBuilder\QueryBuilderInterface;

use Yiisoft\Db\Schema\Column\ColumnSchemaInterface;
use function implode;

/**
Expand Down Expand Up @@ -59,6 +60,8 @@ public function build(ExpressionInterface $expression, array &$params = []): str
/**
* Builds a placeholder array out of $expression values.
*
* @param array|object $value The expression value.
* @param ColumnSchemaInterface[] $columns The structured type columns.
* @param array $params The binding parameters.
*
* @throws Exception
Expand Down

0 comments on commit 9186563

Please sign in to comment.