mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	fix typing on Doctrine FunctionNode Age
This commit is contained in:
		| @@ -12,15 +12,16 @@ declare(strict_types=1); | ||||
| namespace Chill\MainBundle\Doctrine\DQL; | ||||
|  | ||||
| use Doctrine\ORM\Query\AST\Functions\FunctionNode; | ||||
| use Doctrine\ORM\Query\AST\PathExpression; | ||||
| use Doctrine\ORM\Query\Lexer; | ||||
| use Doctrine\ORM\Query\Parser; | ||||
| use Doctrine\ORM\Query\SqlWalker; | ||||
|  | ||||
| class Age extends FunctionNode | ||||
| { | ||||
|     private \Doctrine\ORM\Query\AST\ArithmeticTerm|\Doctrine\ORM\Query\AST\SimpleArithmeticExpression|null $value1 = null; | ||||
|     private mixed $value1 = null; | ||||
|  | ||||
|     private \Doctrine\ORM\Query\AST\ArithmeticTerm|\Doctrine\ORM\Query\AST\SimpleArithmeticExpression|null $value2 = null; | ||||
|     private mixed $value2 = null; | ||||
|  | ||||
|     public function getSql(SqlWalker $sqlWalker) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user