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

@@ -40,20 +40,14 @@ abstract class AddressPart extends FunctionNode
'country_id',
];
/**
* @var \Doctrine\ORM\Query\AST\Node
*/
private $date;
private \Doctrine\ORM\Query\AST\Node|string|null $date = null;
/**
* @var \Doctrine\ORM\Query\AST\Node
*/
private $part;
/**
* @var \Doctrine\ORM\Query\AST\Node
*/
private $pid;
private ?\Doctrine\ORM\Query\AST\PathExpression $pid = null;
/**
* return the part of the address.