Skip to content

Commit 9186563

Browse files
committed
Fix psalm
1 parent 16fb53b commit 9186563

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Builder/StructuredExpressionBuilder.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use Yiisoft\Db\Expression\StructuredExpression;
1414
use Yiisoft\Db\QueryBuilder\QueryBuilderInterface;
1515

16+
use Yiisoft\Db\Schema\Column\ColumnSchemaInterface;
1617
use function implode;
1718

1819
/**
@@ -59,6 +60,8 @@ public function build(ExpressionInterface $expression, array &$params = []): str
5960
/**
6061
* Builds a placeholder array out of $expression values.
6162
*
63+
* @param array|object $value The expression value.
64+
* @param ColumnSchemaInterface[] $columns The structured type columns.
6265
* @param array $params The binding parameters.
6366
*
6467
* @throws Exception

0 commit comments

Comments
 (0)