apply rector rules

This commit is contained in:
2023-07-28 02:40:02 +02:00
parent 157cdf6dfc
commit f570fe92a5
112 changed files with 252 additions and 562 deletions

View File

@@ -18,9 +18,9 @@ use Doctrine\ORM\Query\SqlWalker;
class GetJsonFieldByKey extends FunctionNode
{
private $expr1;
private ?\Doctrine\ORM\Query\AST\Node $expr1 = null;
private $expr2;
private ?\Doctrine\ORM\Query\AST\Node $expr2 = null;
public function getSql(SqlWalker $sqlWalker)
{