The doc comment array<array-key, null|object|scalar>|Expression at position 2 could not be parsed: Unknown type name 'array-key' at position 2 in array<array-key, null|object|scalar>|Expression.
Loading history...
19
*/
20
1
public function __construct(
21
array|Expression $expression
22
) {
23
1
$this->expression = $expression;
24
}
25
26
/**
27
* @throws ExpressionTypeException
28
*/
29
1
public function compile(QueryBuilder $queryBuilder): string