mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-19 14:50:00 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -33,7 +33,7 @@ class ToChar extends FunctionNode
|
||||
);
|
||||
}
|
||||
|
||||
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