Make the new aggregate function definitions final.
This commit is contained in:
parent
05758f4564
commit
747c1857d6
@ -29,7 +29,7 @@ use Doctrine\ORM\Query\AST\AggregateExpression;
|
|||||||
* @since 2.6
|
* @since 2.6
|
||||||
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
||||||
*/
|
*/
|
||||||
class AvgFunction extends FunctionNode
|
final class AvgFunction extends FunctionNode
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var AggregateExpression
|
* @var AggregateExpression
|
||||||
|
@ -29,7 +29,7 @@ use Doctrine\ORM\Query\AST\AggregateExpression;
|
|||||||
* @since 2.6
|
* @since 2.6
|
||||||
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
||||||
*/
|
*/
|
||||||
class CountFunction extends FunctionNode
|
final class CountFunction extends FunctionNode
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var AggregateExpression
|
* @var AggregateExpression
|
||||||
|
@ -29,7 +29,7 @@ use Doctrine\ORM\Query\AST\AggregateExpression;
|
|||||||
* @since 2.6
|
* @since 2.6
|
||||||
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
||||||
*/
|
*/
|
||||||
class MaxFunction extends FunctionNode
|
final class MaxFunction extends FunctionNode
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var AggregateExpression
|
* @var AggregateExpression
|
||||||
|
@ -29,7 +29,7 @@ use Doctrine\ORM\Query\AST\AggregateExpression;
|
|||||||
* @since 2.6
|
* @since 2.6
|
||||||
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
||||||
*/
|
*/
|
||||||
class MinFunction extends FunctionNode
|
final class MinFunction extends FunctionNode
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var AggregateExpression
|
* @var AggregateExpression
|
||||||
|
@ -29,7 +29,7 @@ use Doctrine\ORM\Query\AST\AggregateExpression;
|
|||||||
* @since 2.6
|
* @since 2.6
|
||||||
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
* @author Mathew Davies <thepixeldeveloper@icloud.com>
|
||||||
*/
|
*/
|
||||||
class SumFunction extends FunctionNode
|
final class SumFunction extends FunctionNode
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var AggregateExpression
|
* @var AggregateExpression
|
||||||
|
Loading…
x
Reference in New Issue
Block a user