mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 08:35:00 +00:00
Rector changes return typing
This commit is contained in:
@@ -25,7 +25,7 @@ class JsonAggregate extends FunctionNode
|
||||
{
|
||||
private ?\Doctrine\ORM\Query\AST\Node $expr = null;
|
||||
|
||||
public function getSql(SqlWalker $sqlWalker)
|
||||
public function getSql(SqlWalker $sqlWalker): string
|
||||
{
|
||||
return sprintf('jsonb_agg(%s)', $this->expr->dispatch($sqlWalker));
|
||||
}
|
||||
|
Reference in New Issue
Block a user