mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 08:35:00 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -30,7 +30,7 @@ class JsonAggregate extends FunctionNode
|
||||
return sprintf('jsonb_agg(%s)', $this->expr->dispatch($sqlWalker));
|
||||
}
|
||||
|
||||
public function parse(Parser $parser)
|
||||
public function parse(Parser $parser): void
|
||||
{
|
||||
$parser->match(\Doctrine\ORM\Query\TokenType::T_IDENTIFIER);
|
||||
$parser->match(\Doctrine\ORM\Query\TokenType::T_OPEN_PARENTHESIS);
|
||||
|
Reference in New Issue
Block a user