Skip to content

Instantly share code, notes, and snippets.

View Kryniol's full-sized avatar

Paweł Krynicki Kryniol

  • Promo.com
  • Warsaw, Poland
View GitHub Profile
<?php
namespace MyProject\MyBundle\Doctrine\Functions;
use Doctrine\ORM\Query\AST\ArithmeticExpression;
use Doctrine\ORM\Query\AST\Functions\FunctionNode;
use Doctrine\ORM\Query\AST\Node;
use Doctrine\ORM\Query\Lexer;
use Doctrine\ORM\Query\Parser;
use Doctrine\ORM\Query\SqlWalker;